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

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

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

Post 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.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply