Posts Tagged c++

14 Say 5

I’m teaching a class of 14 grade 11s how to program in a language called C++ (pronounced “see plus plus”). We’re working on some simple programs to get the hang of variables (“x”), assignments (“x = 7”), comparisons (“x < 15"), and decisions ("if (x < 15) { launch_missile; }").

Continue reading...

,

No Comments