S
saraskandan
I have a set of parameters to find rating for the inputs given by me.
For example
Parameters Rating
1-2 5
3-4 4
5-6 3
7-8 2
9> 1
How would like do this using an if statement
For example
Parameters Rating
1-2 5
3-4 4
5-6 3
7-8 2
9> 1
How would like do this using an if statement