Question: Now, let's turn the problem inside out. Modify your program so that instead of printing all the powers of three that are less than 100,

 Now, let's turn the problem inside out. Modify your program so

Now, let's turn the problem inside out. Modify your program so that instead of printing all the powers of three that are less than 100, print the first one that is greater than 10 10 (10 billion). HINT: Since there is to be only one answer displayed, the print statement should not be inside of any loop. Do NOT change the loop condition -change the number of times a value is displayed from many times to just once land without using if" either. What value do you get? 10737418249 17179869184 10460353203

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!