Take out a piece of paper. We’ll be programming on paper.
For the following programming questions, I’d like you to follow the programming algorithm.
Read and understand the problem
Create the comment stating the problem.
Insert the Java boilerplate.
Write the steps in pseudo code.
Refine the pseudo code.
Write a program that prints out “Hello World”.
Write a program that prints out your initials. For example, my program would print out:
CAM
Write a program that prints out the programming algorithm.