Questions:
Three Simple Pseudocode Examples
Write a pseudocode statement that generates a random number in the range of 1 through 100 and assigns it to a variable named rand.
Design a function named timesTen that accepts an Integer argument. When the function is called, it should return the value of its argument multiplied times 10.
Design a function named getFirstName that asks the user to enter his or her first name, and returns it.