Haha. My teacher, the one who forced me to do this programming competition saying I'll do good. That idiot. I got 14/16 in the maths part, 0.5/19 in the programming part.
*feeds you pocky* ninja
Posted: Thu Dec 01, 2005 12:04 pm
Ashley: Just made a ham n' cheese hot pocket thinger~ n_n
Aiko: Ooh, what kind of programming? Anything like the following examples?
10 REM Created by Alex 20 CLS 30 INPUT "What is your name"; $NAME 40 INPUT "And how old are you"; AGE 50 AGE = AGE + 3 60 PRINT "Really? I know somebody named "; $NAME; ", but they're "; AGE; "years instead." 70 END
if (isset($_POST['submitted'])) { if (!isset($_POST['num1']) || !isset($_POST['num2'])) { echo ""; } elseif (!is_numeric($_POST['num1']) || !is_numeric($_POST['num2'])) { echo "";
Nah, it's just the stuff they teach us in school (er, are supposed to teach, the few things I know I teached myself, but I messed up anyway). Pascal or C++ ninja