Question: Create a pseudocode statement that generates a random number in the range of 1 through one hundred and assigns it to a variable named rand.
Question: 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.
Question: Design a function named getFirstName that asks the user to enter his or her first name, and returns it.