+ 1
Do I use if statement for this????
create a program that takes in a name and marks of 3 test e.g output welcome john you got 50% comment: good
2 Answers
+ 15
use a loop and array to take user input
//or directly run a loop 3 times & take user input & at the same time do operations U want to do in that program
+ 1
use any loop
while, for