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.
840 visits
Outline: -Double Equal to --ഉദാഹരണം: a == b -Not Equal to --ഉദാഹരണം: a != b -Greater Than --ഉദാഹരണം: a > b -Less Than --ഉദാഹരണം: a < b -Greater than Equal To --ഉദാഹരണം: a >= b -Less Than Equal To --ഉദാഹരണം: a <= b
-Double Equal to --ഉദാഹരണം: a == b -Not Equal to --ഉദാഹരണം: a != b -Greater Than --ഉദാഹരണം: a > b -Less Than --ഉദാഹരണം: a < b -Greater than Equal To --ഉദാഹരണം: a >= b -Less Than Equal To --ഉദാഹരണം: a <= b
Show video info
Pre-requisite