Display all powers of 2 that are less than 20000. Display the list in a properly formatted manner, with commas between the numbers. Display five numbers per line. The output should look like: 1, 2, 4,...

Pascal languageDisplay all powers of 2 that are less than 20000. Display the list in a properly formatted<br>manner, with commas between the numbers. Display five numbers per line. The output<br>should look like:<br>1, 2, 4, 8, 16,<br>32, 64, 128, 256, 512,<br>1024, 2048, 4096, 8192, 16384<br>

Extracted text: Display all powers of 2 that are less than 20000. Display the list in a properly formatted manner, with commas between the numbers. Display five numbers per line. The output should look like: 1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384

Jun 07, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here