- 3
Answer please!
Write a code based on the problem given. Write. An if-else statement that outputs the word High if the value of the variable score is greater than 100 and Low if the value of score is at most 100? The variables are of type int.
2 Respuestas
+ 4
Pls post your attempt first to get help from the community ...
+ 2
Take one input from user which type will be int and use if esle condition this is simple
if(score>100)
else .....