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.
758 visits
Outline:ৰিলেচনেল অপাৰেতৰচ(Relational Operators)আউতলাইন(Outline): দাব’ল ইকুৱেল তু (Double Equal to) উদাহৰণ: a == b(example: a == b) নট ইকুৱেল তু (Not equal to) উদাহৰণ: a != b(example: a != b) গ্ৰেটাৰ দেন (Greater than) উদাহৰণ: a > b(example: a > b) লেচ দেন (Less than) উদাহৰণ:a < b(example: a < b) গ্ৰেটাৰ দেন ইকুৱেল তু (Greater than Equal To) উদাহৰণ: a >= b(example: a >= b) লেচ দেন ইকুৱেল তু (Less Than Equal To) উদাহৰণ:a <= b(example: a <= b)
ৰিলেচনেল অপাৰেতৰচ(Relational Operators)আউতলাইন(Outline): দাব’ল ইকুৱেল তু (Double Equal to) উদাহৰণ: a == b(example: a == b) নট ইকুৱেল তু (Not equal to) উদাহৰণ: a != b(example: a != b) গ্ৰেটাৰ দেন (Greater than) উদাহৰণ: a > b(example: a > b) লেচ দেন (Less than) উদাহৰণ:a < b(example: a < b) গ্ৰেটাৰ দেন ইকুৱেল তু (Greater than Equal To) উদাহৰণ: a >= b(example: a >= b) লেচ দেন ইকুৱেল তু (Less Than Equal To) উদাহৰণ:a <= b(example: a <= b)
Show video info
Pre-requisite