Monday, August 31, 2009

http://www.microsoft.com/express/

http://qccs80.blogspot.com/

compilers
interpreters

C++, C, Java, VB
Python, Javascript, VBscript


+ - * / =


Debug.Print("Hello, world")
Hello, world
? "hello"
"hello"
? 6
6
? 6 + 5
11


get visual basic express edition;
open immediate window
experiment
Welcome to CS80: problem solving with computers