Question: Prompt the user to ee a positive integer number M ATLAB . If the user does not enter a positive integer, prompt the user again
Prompt the user to ee a positive integer number M ATLAB . If the user does not enter a positive integer, prompt the user again (continually, if necessary) until the user successfully enters a positive whole number. This process of validating a user's input is sometimes known as input validation, while checking for erroneous input more generally is known as error trapping. Once the user has successfully entered a positive integer, prompt the user to enter numbers. Once the user has entered their numbers, print the average of their numbers to the screen. Hint: An interesting approach to this problem is to see if the floor and the ceiling of the input are equal using the floor and ceil commands respectively. Checking if the user has entered inf or NaN input is harder, so neglect these two special cases
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
