1forsyntax.txt
Syntax of FOR statement
2addition.cpp
asks for the first number and the quantity and adds them
3multtable.cpp
prints out the multiplication table for a given number
4powers.cpp
prints the powers of the given number
5break.cpp
waits for first negative number
6continue.cpp
asks for 10 numbers and counts the positive ones
Makefile
# default makefile
test1.txt
What's wrong with this while loop ?
test2.txt
Can you shorten this piece of code?
test3.txt
What's wrong with this piece of code?