subject
Computers and Technology, 19.03.2021 04:00 liln223

Code Example 9-2 number = float(input("Enter a number: ")) result1 = number * .15 result2 = result1 / 3 result3 = result1 + result2 print(result3) Refer to Code Example 9-2. To be sure that the results are accurate to 2 decimal places, you should ___. - round the result of each expression to 2 decimal places - round just the result that's displayed to 2 decimal places - round all three results to 2 decimal places - round just the result1 and result2 variables to 2 decimal places

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 18:00
When is it appropriate to use an absolute reference
Answers: 1
question
Computers and Technology, 23.06.2019 15:00
Barbara is interested in pursuing a career in the science and math pathway. which qualifications will her reach that goal? a.an advanced knowledge of physics and math b.an advanced knowledge of engineering and math c. an advanced knowledge of physics and robotics an d. advanced knowledge of machinery and math
Answers: 2
question
Computers and Technology, 23.06.2019 18:00
Which is a possible benefit of having a good credit history? having a checking account low interest rate on a car loan high interest rate on a credit card offer bankruptcy
Answers: 1
question
Computers and Technology, 24.06.2019 02:20
Peter is thinking of a number which isless than 50. the number has 9 factors.when he adds 4 to the number, itbecomes a multiple of 5. what is thenumber he is thinking of ?
Answers: 1
You know the right answer?
Code Example 9-2 number = float(input("Enter a number: ")) result1 = number * .15 result2 = result1...
Questions
Questions on the website: 13722367