Copy the following program and load it in Processing (continue down
to the bottom of this page and fill in the form even if you can't run
the program):
String name = "Bob"; int total = 0; for (int i = 0; i < name.length(); i++) total += name.charAt(i); if (name.equals("Bob")) println("Total = 0"); else println("Total = " + total); |
Have a look at this smart board document. Scroll down to the bottom of the page and find a question. You will answer that question as well as well as two questions about the program you ran above on this Google form. This will help me know that you are ready to continue this course online.