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.
1519 visits
Outline:Relational Operators -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 Operators -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