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

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 03:00
Consider this data sequence: "3 11 5 5 5 2 4 6 6 7 3 -8". any value that is the same as the immediately preceding value is considered a consecutive duplicate. in this example, there are three such consecutive duplicates: the 2nd and 3rd 5s and the second 6. note that the last 3 is not a consecutive duplicate because it was preceded by a 7. write some code that uses a loop to read such a sequence of non-negative integers , terminated by a negative number. when the code finishes executing, the number of consecutive duplicates encountered is printed. in this case, 3 would be printed. assume the availability of a variable, stdin, that references a scanner object associated with standard input. that is, stdin = new scanner(system.in); is given.
Answers: 1
question
Computers and Technology, 22.06.2019 13:00
Why the bear has a slunky tail determine the meaning of the word slunk in the story
Answers: 1
question
Computers and Technology, 23.06.2019 02:30
People with high self-esteem: accept their strengths and weaknesses. believe that failed experiences are failures of their whole self. feel good about who they are only when they reach total success. need positive external experiences to counteract negative feelings that constantly plague them.
Answers: 1
question
Computers and Technology, 23.06.2019 09:10
(328 inc. 448 ind. 480 in25. john has a collection of toy cars. he has 2 red cars, 4 blue cars, 4 black cars, and 6 yellowcars. what is the ratio of red cars to yellow cars? a. 1: 2b. 1: 3c. 1: 626. the net of a right triangular prism is shown below.
Answers: 2
You know the right answer?
)write a python program that will prompt the user for three integers and display 1. the integers, 2....
Questions
question
History, 30.10.2019 19:31
Questions on the website: 13722363