- 2
How to give input
after using cin where to give input
4 Answers
+ 3
In code playground it will display a prompt, without any actual prompt message.
You then input first input, ENTER, input srcond input, ENTER, etc..
+ 3
A prompt box will be displayed.split input into separate lines!!
+ 2
when your code is compiled and executed, the input will be accepted at the console/ screen.
If it's sololearn code playground you are asking about, then inputs are accepted in the pop-up box while running your code.
0
you can give input in code playground otherwise there are android app for compiling. you download code::block software from pc it is free.. you can easily compiling with professional software. thanks for answering.