Pseudocode using a count controlled do while or while loop


Convert the following algorithm to pseudocode using a count controlled do while or while loop
1. create three integer variables called toPower, number, and counter. set counter to 0, and toPower and number to 2.
2. Write a do while loop or while loop that will run iterations.
3. inside the loop, set toPower equal to 2 to the power of the number variable
4. display "2 to the power of", number, "is", toPower to the screen
5. increment counter and number by 1  

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Pseudocode using a count controlled do while or while loop
Reference No:- TGS094653

Expected delivery within 24 Hours