For this assignment you will write pseudocode algorithms to solve the following problems. Write pseudocode as it appears in the book, and the answers must be typed, not handwritten.

 

1. Write a pseudocode algorithm that will print out the numbers one through ten.  You must use a loop (repetition) to do this.

 

2. Write a pseudocode algorithm that reads in the variables Score1 and Score2 calculates which of the two values entered is the lowest value. Print out the lowest of the two scores entered.