subject
Computers and Technology, 09.09.2019 19:30 713073

)write a python program that will prompt the user for three integers and display 1. the integers, 2. their sum, 3. their product, 4. maximum using the max function 5. minimum using the min function 6. average of the three integers note: use you answer from 2 (sum) do not add the numbers again 7. the sum raised to the power of the minimum integer (use operator **) 8. the sum divided by the minim integer from 5 above (use operator / ) 9. the sum divided by the maximum integer from 4 above (use operator // ) note: // may be referred to as integer division in the literature 10. the remainder when you divide the sum by the maximum integer (use operator % ) 11. average of the largest and smallest integers 12. display the integers in sorted order (use your max, min and sum variables) do not use the sort() function 13. your name 14. your major 15. reason you are taking csc 120 assume the user does not use decimals and the integers are not zero

ansver
Answers: 3

Other questions on the subject: Computers and Technology

image
Computers and Technology, 21.06.2019 17:20, jashaikamatuteowwp1p
Q-1 which of the following can exist as cloud-based it resources? a. physical serverb. virtual serverc. software programd. network device
Answers: 3
image
Computers and Technology, 22.06.2019 06:00, dkargbo6034
Write a function that draws a pool ball. this function should take as parameters, the color, the number that should go on the pool ball, and the location of the center of the pool ball. the radius of the pool balls should be pool_ball_radius, and the font of the number should be pool_ball_font. the text of the pool ball font should be white. drawpoolball(color. orange, 5, 100, 100); drawpoolball(color. green, 6, 50, 200); drawpoolball(color. red, 3, 150, 350); drawpoolball(color. blue, 2, 250, 140); to center the numbers on the pool ball, you should use the getwidth() and getheight() methods. you are allowed to call these methods on your text object, such as txt.
Answers: 3
image
Computers and Technology, 23.06.2019 00:10, makailaaa2
My has been slow anyone else’s ?
Answers: 1
image
Computers and Technology, 23.06.2019 02:30, woodpeckerdeejpe8wvh
How to launch an app: steps to be successful? launching an app is a great idea, but it’s not that easy as we supposed to think. the majority of mobile applications don’t generate revenue because companies aren’t ready to be competitive. referring to our experience in successfully building and launching apps we hope to you omit these difficulties. we are going to talk about ideas, marketing, testing your product, its development, distribution and support. you will learn 8 product launch stages to succeed.
Answers: 1
You know the right answer?
)write a python program that will prompt the user for three integers and display 1. the integers, 2....

Questions in other subjects:

Konu
Mathematics, 18.11.2019 03:31