0
C Input
How to receive inputs based on the previous input? For example, The first input is 4, and now i need to receive 4 inputs more.
4 Answers
+ 2
You write a loop that runs as often as your first input, and store each following input by index in an array.
+ 1
The 4 inputs u need to store them in 4 different variables or in list ?
0
List.
0
what type of inputs ?
String , int ,double ,....
Uri