Write a Python program that reads integer numbers from the user, one by one, and appends them to a list IF the number in

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

Write a Python program that reads integer numbers from the user, one by one, and appends them to a list IF the number in

Post by answerhappygod »

Write a Python program that reads integer numbers from the user,
one by one, and appends them to a list IF the
number input by the user is NOT already contained in the list. When
the list contains 10 numbers, the program should
display the contents of the list, then the sum of the numbers, and
then the average of the numbers contained in the list.
Your user interface should be easy to use, and offer instructions
to the user when appropriate.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply