Explore Westonci.ca, the leading Q&A site where experts provide accurate and helpful answers to all your questions. Experience the ease of finding accurate answers to your questions from a knowledgeable community of professionals. Experience the ease of finding precise answers to your questions from a knowledgeable community of experts.

I've been stuck on this for quite some time, please help me out and reply with screenshots of the Raptor Programs. Thanks!

1) Create a Raptor program that allows a user to enter 10 numbers into an array and then display the number in the reverse order of entry. For example: if the user enters 5243., the display should show 3425. Create an array and enter the user's input. Then display the numbers in the array in the order of last in, first displayed. Be sure to add prompts and labels to your input and display.

2) Create a raptor program that asks to user to enter 10 numbers into an array. Then display all the numbers, the smallest and the largest. Be sure to add prompts and labels to your input and display.