|
Re: Simple if statement question :(
1. You don't need stdio.h (it should be cstdio for c++ anyway).
2. iostream.h should be iostream
3. As for your last question: place everything from the first to the last cout in a while (true) { } loop or something of the sort.
4. Don't forget to return 0; and close main.
__________________
How do you play Religious Roulette?
Stand around in a circle and blaspheme till someone gets struck by lightning.
|