Answer please! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 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.

26th Jan 2021, 3:59 AM
Nashim M. Daya
Nashim M. Daya - avatar
2 Answers
+ 4
Pls post your attempt first to get help from the community ...
26th Jan 2021, 4:20 AM
Alphin K Sajan
Alphin K Sajan - avatar
+ 2
Take one input from user which type will be int and use if esle condition this is simple if(score>100) else .....
26th Jan 2021, 4:28 AM
A S Raghuvanshi
A S Raghuvanshi - avatar