Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1 . Create a Python program that allows a user to enter 1 0 numbers into an array / list and then display the number

1. Create a Python program that allows a user to enter 10 numbers into an array/list 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/list 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 LASTNAME_FIRSTNAME_M06-1.
2. Create a Python program that asks to user to enter 10 numbers into an array/list. 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 LASTNAME_FIRSTNAME_M06-2.
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
Summary/goal of the program
Variables used with a short description of the variable, as well as the format of the data (e.g. datatype)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Concepts

Authors: David M. Kroenke

1st Edition

0130086509, 978-0130086501

More Books

Students also viewed these Databases questions

Question

LO3 Define the difference between job satisfaction and engagement.

Answered: 1 week ago

Question

What are the main objectives of Inventory ?

Answered: 1 week ago

Question

Explain the various inventory management techniques in detail.

Answered: 1 week ago

Question

What is DDL?

Answered: 1 week ago