Common Computer Science References
At the end of this lesson, you will be able to:
understand sequential programming
review 6-steps to solving a problem
go over "Sequential" programming
a bunch of steps you do in a certain order
work through "Sequential example" from textbook
create a program that asks the user for 2 integers and then adds the 2 integers together
show the complete equation back to the user
Enter first number to add (integer): 12
Enter second number to add (integer): 30
12 + 30 = 42
Done.
ENSURE your output is EXACTLY like mine (#1 + #2 = answer)
use the complete problem solving process to get your solution
read Example Sequential Program , Computer Based Problem Solving
recreate the same above program in another language
NOTE: You can turn on "Closed Captions" to see a printout of what is being said by selecting the "CC" button.
You can also have it translate the closed captions by going to "Settings, Subtitles/CC, Auto-translate" and then pick your prefered language.