0

Guys..how to use user input in code playground??

I'm learning C++

8th Dec 2016, 5:47 PM
Surya Poojary
Surya Poojary - avatar
3 Answers
0
#include <iostream> using std::cin; using std::cout; int main() { int a; cin >> a; //input cout << a*a; return 0; }
8th Dec 2016, 6:16 PM
drunckoder
drunckoder - avatar
0
that I know mate, when I use cin,there is a prompt from the code playground..saying..it seems you have multiple inputs..how to input statements in it
9th Dec 2016, 1:40 AM
Surya Poojary
Surya Poojary - avatar
0
I dont know any of this is this in adult work
9th Dec 2016, 3:09 AM
Kevin Belsole