0
I don't get it. This code is doing EXACTLY what I was instructed to produce.
#include <iostream> using namespace std; int main() { //modify the given statement cout << "C \n"; cout << "+ \n"; cout << "+ \n"; return 0; }
6 odpowiedzi
+ 5
Try removing the space between the C and \n, as well as the space between the + and \n.
+ 3
Removing the spaces worked perfectly. Thanks for the assist. 👍🏻
+ 3
You’re welcome Michael Maxwell . Please mark your question as solved.
+ 1
Tarvs mark an provided answer as best (check mark) and optionally update the question title to include the word [SOLVED]
+ 1
Elizabeth Kelly thanks
0
Elizabeth Kelly You can mark your question as solved? How?