What to fill when any code required inputs and when we run it | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What to fill when any code required inputs and when we run it

https://code.sololearn.com/cxKvQBCF2S4N/?ref=app

23rd Sep 2020, 10:49 AM
Rachit Dubey
Rachit Dubey - avatar
2 Answers
0
Read the code and see where is input(), how many is there and what type of input the program required then fill them separated by line break like that input1 input2 Input3 The program you attach need three inputs the first is integer the second is operator and the third is also integer so you can do it like that 10 - 7
23rd Sep 2020, 11:04 AM
Ruba Kh
Ruba Kh - avatar
0
I mean what to fill in popup message when we run any code which requires inpit
23rd Sep 2020, 11:04 AM
Rachit Dubey
Rachit Dubey - avatar