(1) Write an instruction that will print "hello". (Yes, you may use Google.)




(2) Using a "for" loop, write code that will count from 0 to 99. (Yes, you may use Google.)




(3) Show how to declare an integer variable named "i", and set its value to 7.




(4) Show how to increment an integer variable.




(5) Does "=" do assignment or comparison?




(6) Does "==" do assignment or comparison?




(7) What is the symbol for "not equals"?




(8) What is the symbol for "or"?




(9) What is the symbol for "and"?