Im kinda new to C++, Uh never seen this before. And no one else has this problem, yea…
This my code
#include <iostream>
using namespace std;
int main() {
int result;
cout << "> ";
cin >> result;
cout << result;
return 0;
}
This my output
I tried looking for solutions on youtube, but no one seems to have my problem.
New contributor
Carl Nyqvist is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1