Invitation to Attend “Connect, Simulate and Innovate using Arduino on Cloud”, an awareness programme
If you are not an organiser or invigilator of the Subscribed college, please register using this Google form
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.
119 visits
Outline:Toán tử quan hệ. -Ngang bằng với --ví dụ: a == b -Không ngang bằng với --ví dụ: a != b -Lớn hơn --ví dụ: a > b -Nhỏ hơn --ví dụ: a < b -Lớn hơn hoặc bằng --ví dụ: a >= b -Nhỏ hơn hoặc bằng --ví dụ: a <= b
Toán tử quan hệ. -Ngang bằng với --ví dụ: a == b -Không ngang bằng với --ví dụ: a != b -Lớn hơn --ví dụ: a > b -Nhỏ hơn --ví dụ: a < b -Lớn hơn hoặc bằng --ví dụ: a >= b -Nhỏ hơn hoặc bằng --ví dụ: a <= b
Show video info
Pre-requisite