How to give input in this app | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to give input in this app

21st Oct 2023, 3:22 PM
Sara Aqash
Sara Aqash - avatar
8 Answers
+ 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.
21st Oct 2023, 7:15 PM
Lothar
Lothar - avatar
+ 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
22nd Oct 2023, 6:06 AM
Alhaaz
Alhaaz - avatar
+ 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.
22nd Oct 2023, 4:07 AM
AM23
AM23 - avatar
+ 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
21st Oct 2023, 8:31 PM
D1M3
D1M3 - avatar
+ 2
Use cin>> for user input in c++
23rd Oct 2023, 6:48 AM
Jai Prakash Patel
Jai Prakash Patel - avatar
0
Plz can we solve a simple h program in sololearn and the send m
21st Oct 2023, 9:32 PM
Sara Aqash
Sara Aqash - avatar
0
Sara Aqash try on your own First you get into c/c++
21st Oct 2023, 9:34 PM
D1M3
D1M3 - avatar
0
But the query is solve in cxx not in sololearn
21st Oct 2023, 9:35 PM
Sara Aqash
Sara Aqash - avatar