Array | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Array

For the score I put how do I set it so user input below a number or above a certain number is not accepted https://code.sololearn.com/ckJI592IJJnf/?ref=app

1st Mar 2022, 10:00 PM
Bautifullife
3 Answers
+ 2
Actually let me figure that out! Thank you so much!
1st Mar 2022, 10:20 PM
Bautifullife
+ 1
int score = read.nextInt(); if (score >= minScore && score <= maxScore) { scores[i-1] = score; };
1st Mar 2022, 10:15 PM
Mustafa A
Mustafa A - avatar
0
Omg thank you were would input thag at in my code
1st Mar 2022, 10:20 PM
Bautifullife