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.
Topic archived. No new replies allowed.