0
How to give input in this app
8 odpowiedzi
+ 6
Sara Aqash ,
getting data from user input is a part of all tutorials in sololearn. so start the language you wanted to work with, do the exercises and also practice in coding.
>>> please keep in mind, that input in sololearn is *not interactive*, this means all required input has to be given in advance when we hit the run button. a popup window is showing up, where we have to input the desired values. if the required input should be a name (e.g Tom) and an id (e.g. 54321), the following procedure should be used:
Tom (+ press return key)
54321
then hit `submit` button.
+ 5
in c++ use 'cin' function to take input from users and btw sololearn is a platform where you can code and share your code in a big friendly coder community
+ 3
Sololearn in not a coding language. C++ is a coding language. Sololearn can help you learn C++. There is a built in Code Sandbox that you use to run the code. The query is asking you to solve in C++. Not in some other app or IDE.
+ 2
So you could you "cin >>" thats c++ or "scanf" from C. You can use C in c++ because the maker of c++(bjan brastrom i think) wanted to mod c++
To be a Objekt oriented language
+ 2
Use cin>> for user input in c++
0
Plz can we solve a simple h program in sololearn and the send m
0
Sara Aqash try on your own First you get into c/c++
0
But the query is solve in cxx not in sololearn