Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

#Neat Arithmetic #Store the results of at least 5 different calculations in separate vari #Print a series of informative statements, such as The result of

image text in transcribedimage text in transcribed

#Neat Arithmetic #Store the results of at least 5 different calculations in separate vari #Print a series of informative statements, such as "The result of the ca result1= 25 + 25 print("the result of the calculation 25 + 25-", resulti) result2= 50-25 print("the result of the calculation 50 -25=", result2) result3= 100 / 50 print("the result of the calculation 100 / 505", results) result4= 1000 * 1000 print("the sresult of the calculation 1000 * 1000=", result4) result5=8**8 print("the result of the calculation 8**8 =", results) Neat Order of Operations Take your work for "Order of Operations" above. Instead of just printing the results, print an informative summary of the results. Show each calculation that is being done and the result of that calculation. Explain how you modified the result using parentheses. Long Decimals - Pattern . On paper, 0.1-0.2=0.3. But you have seen that in Python, 0.1+0.2=0.30000000000000004. Find a number of other calculations that result in a long decimal like this. Try to find a pattern in what kinds of numbers will result in long decimals. #Neat Arithmetic #Store the results of at least 5 different calculations in separate vari #Print a series of informative statements, such as "The result of the ca result1= 25 + 25 print("the result of the calculation 25 + 25-", resulti) result2= 50-25 print("the result of the calculation 50 -25=", result2) result3= 100 / 50 print("the result of the calculation 100 / 505", results) result4= 1000 * 1000 print("the sresult of the calculation 1000 * 1000=", result4) result5=8**8 print("the result of the calculation 8**8 =", results) Neat Order of Operations Take your work for "Order of Operations" above. Instead of just printing the results, print an informative summary of the results. Show each calculation that is being done and the result of that calculation. Explain how you modified the result using parentheses. Long Decimals - Pattern . On paper, 0.1-0.2=0.3. But you have seen that in Python, 0.1+0.2=0.30000000000000004. Find a number of other calculations that result in a long decimal like this. Try to find a pattern in what kinds of numbers will result in long decimals

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Databases Organizing Information Digital And Information Literacy

Authors: Greg Roza

1st Edition

1448805929, 978-1448805921

More Books

Students also viewed these Databases questions

Question

Were they made on a timely basis?

Answered: 1 week ago

Question

Did the decisions need to be made, or had they already been made?

Answered: 1 week ago

Question

When there was controversy, was it clear who had the final say?

Answered: 1 week ago