I want to get multiple user input for different variables like(a,b,c)seperately andthen use these variables in arithmetic oprat | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

I want to get multiple user input for different variables like(a,b,c)seperately andthen use these variables in arithmetic oprat

14th Aug 2018, 7:03 PM
Pardeep Singh
Pardeep Singh - avatar
4 Answers
+ 1
in c and java and java script
14th Aug 2018, 7:09 PM
Pardeep Singh
Pardeep Singh - avatar
0
okay, ao load them seperated. Try to apecify the language too tho
14th Aug 2018, 7:08 PM
Paul
0
let me try thanks
15th Aug 2018, 6:04 AM
Pardeep Singh
Pardeep Singh - avatar
- 1
in c you would use multiple cin functions with sifferent variables, for java you would use Scanner. Just ask multiple times and it will be ok
14th Aug 2018, 7:23 PM
Paul