Help!

1
2
3
4
5
6
7
#include <iostream>
using namespace std;

int main(){

return 0;
}

this is my main functions.

I have problem making a program that prints in asterisks an oval, arrow and a diamond
using for loop and if statements.
have a read of this:
http://www.cplusplus.com/doc/tutorial/control/

It's probably best you attempt at least something and then ask specific questions.
Topic archived. No new replies allowed.