If the Average marks of a student is less than 40, the result column should print NOT PROMOTED. If the average marks of the student is >=40, the result column should print PROMOTED. Write an appropriate If Statement for doing this task.
Answers
Answered by
0
Answer:
If the Average marks of a student is less than 40, the result column should print NOT PROMOTED. If the average marks of the student is >=40, the result column should print PROMOTED. Write an appropriate If Statement for doing this task.
Explanation:
If the Average marks of a student is less than 40, the result column should print NOT PROMOTED. If the average marks of the student is >=40, the result column should print PROMOTED. Write an appropriate If Statement for doing this task.
Similar questions