A program with variables. a. Which value does the following program print out? number1 = 2 number2 = 3 number3 = 4 avera

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: 899603
Joined: Mon Aug 02, 2021 8:13 am

A program with variables. a. Which value does the following program print out? number1 = 2 number2 = 3 number3 = 4 avera

Post by answerhappygod »

A program with variables.
a. Which value does the following program print out?
number1 = 2number2 = 3number3 = 4average = (number1 + number2 + number3)/3print (average)
b. Start IDLE, and test the Python program above.
c. Save it as "Average_FirstName.py” and upload it to MyCC.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply