Write a program that takes the marks of three students as input.Compare the marks to see which student has scored the highest.Check also if two or more students have scored equal marks.
Write a program that takes the marks of three students as input. Compare the marks to see which student has scored the highest. Check also if two or more students have scored equal marks.
25447 visits
Outline: Relational Operators -Double Equal to --example: a == b -Not Equal to --example: a != b -Greater Than --example: a > b -Less Than --example: a < b -Greater than Equal To --example: a >= b -Less Than Equal To --example: a <= b
Relational Operators -Double Equal to --example: a == b -Not Equal to --example: a != b -Greater Than --example: a > b -Less Than --example: a < b -Greater than Equal To --example: a >= b -Less Than Equal To --example: a <= b
Show video info
Pre-requisite