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.
627 visits
Outline:रिलेसनल अपरेटरहरु -दोहोरो बराबर --उदाहरण: a == b -बराबर छैन --उदाहरण:a != b -भन्दा ठुलो --उदाहरण: a > b -भन्दा सानो --उदाहरण: a < b -भन्दा ठूलो वा बराबर -उदाहरण: a >= b -भन्दा सानो वा बराबर --उदाहरण: a <= b
रिलेसनल अपरेटरहरु -दोहोरो बराबर --उदाहरण: a == b -बराबर छैन --उदाहरण:a != b -भन्दा ठुलो --उदाहरण: a > b -भन्दा सानो --उदाहरण: a < b -भन्दा ठूलो वा बराबर -उदाहरण: a >= b -भन्दा सानो वा बराबर --उदाहरण: a <= b
Show video info
Pre-requisite