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.
3558 visits
Outline:Relational ऑपरेटर्स -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
Relational ऑपरेटर्स -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