Page 1 of 1

. Create a Raptor program that allows a user to enter 10 numbers into an array and then display the number in the rever

Posted: Thu Jul 14, 2022 2:11 pm
by answerhappygod
. Create a Raptor program thatallows a user to enter 10 numbers into an array and then displaythe number in the reverse order of entry. For example: if the user enters 10 numbers 1,2,3,4,5,6,7,8,9,10 the displayshould show 10,9,8,7,6,5,4,3,2,1. Create an array and enterthe user's input. Then display the numbers in the array inthe order of last in, first displayed. Be sure to add promptsand labels to your input and display. Save your file usingthe namingformat LASTNAME_FIRSTNAME_M06-1. Yourfile should have a .rap extension. Turn in your Raptor fileby clicking on the Start Here button in the upper right corner ofyour screen.
2. Create a raptor program thatasks to user to enter 10 numbers into an array. Then displayall the numbers, the smallest and the largest. Be sure to addprompts and labels to your input and display. Save yourfile using the namingformat LASTNAME_FIRSTNAME_M06-2. Yourfile should have a .rap extension. Turn in your Raptor fileby clicking on the Start Here button in the upper right corner ofyour screen.