Question: 1 . Create a Python program that allows a user to enter 1 0 numbers into an array / list and then display the number
Create a Python program that allows a user to enter numbers into an arraylist and then display the number in the reverse order of entry. For example: if the user enters the display should show Create an arraylist 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. Save your file using the naming format LASTNAMEFIRSTNAMEM
Create a Python program that asks to user to enter numbers into an arraylist Then display all the numbers, the smallest and the largest. Then sum all the numbers together and display the total. Be sure to add prompts and labels to your input and display. Save your file using the naming format LASTNAMEFIRSTNAMEM
Documentation is very important for this course and in the field. For all programs, an expectation is that comments will be incorporated into all assignments. For this assignment only the header comments will be required. Both header comments and step comments are encouraged as it will help for logic to be better. Header comments should include the following:
Name of the program
Author of the program
Version of the program and the date of its last revision
Summarygoal of the program
Variables used with a short description of the variable, as well as the format of the data eg datatype
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
