- 2
How to put range of numbers inside a two dimensional array
I've been doing a java program that takes a raw score from a user and output its equivalent grade. For example, scores 1-74 are equivalent to 5.00 grade, 75 equivalent to 3.00, 76-78 equivalent to 2.75, etc. I am using a two-dimensional array for raw scores and their equivalent grade. Is it possible? if it is, how will I put a range of numbers inside of a two-dimensional array without using any in-built functions?
1 Réponse
0
This will help you:
https://code.sololearn.com/cE16zjt4uQa2/?ref=app