Loops assignment

Can someone help me with this C++ programming. I use linux through putty to do this.

Create a C++ program which outputs the first four powers of three and then counts down by three. The output should look like this:


Counting up by powers of three...

1

3

9

27

Counting down by threes...

27

24

21

18

15

12

9

6

3

0

Done!
Topic archived. No new replies allowed.