Based on the above data, answer the given sub-questions.
Write a while loop to print the first powers of , one on each line. The -th line should have the value of . The output has lines in total. The first five lines look like this:
```
2
4
8
16
32
```