Question: Write a program, which asks the user to input a positive integer 1 n 20 , and prints out all powers of two from 21
Write a program, which asks the user to input a positive integer 1 n 20, and prints out all powers of two from 21 to 2n.
Using the library function pow for computing power is not allowed.
If the input number n is not in the required range, the program should keep asking to re-enter it until it is correct.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
