How to insert multiple entries as separate entries?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to insert multiple entries as separate entries??

On the simple addition calculator; The attached code is telling to insert multiple entries within separate lines of same form field. But printf() and scanf() are not working in sequencial manner. (unlike C program editors for windows). How can I make them separate & sequential so that the user feels being instructed about what to insert, one after another??? code attached: https://code.sololearn.com/cMiIkZP7Otl5/?ref=app

8th Jun 2019, 11:16 AM
EternalStudent
EternalStudent - avatar
1 Answer
+ 2
On the sololearn mobile app, it is impossible to take multiple inputs in C (or any other language other than JS), so there is no way to achieve that here.
8th Jun 2019, 11:39 AM
Airree
Airree - avatar