main()
is missing parentheses, and the statement is missing a semicolon.
int main() {
// ^^
cout << "*" << endl;
// ^
}
2
solved Use Cout to create asterisk shapes (No Loops) [closed]
main()
is missing parentheses, and the statement is missing a semicolon.
int main() {
// ^^
cout << "*" << endl;
// ^
}
2
solved Use Cout to create asterisk shapes (No Loops) [closed]