Which of the following is the correct syntax to make sure that average marks are 60% or more but less than 80%?
(avg>=60)&&(avg<80)
(avg>=60)&&(avg=<80)
(avg>=60)||(avg<80)
(avg<=60)&&(avg>80)
Answers
Answered by
1
Answer:
(avg>=60)&&(avg=<80)
Explanation:
(avg>=60)&&(avg=<80)
(avg>=60)&&(avg=<80)
(avg>=60)&&(avg=<80)
(avg>=60)&&(avg=<80)
(avg>=60)&&(avg=<80)
Similar questions