ANIMATE 2025 is here! 2D/3D animation hackathon using Synfig Studio and Blender. For more details, Click here!
This is a sample video. To access the full content, please Login
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.
1217 visits
Outline: રીલેશનલ ઓપરેટરસ -Double Equal to --ઉદાહરણ: a == b -Not Equal to --ઉદાહરણ: a != b -Greater Than --eઉદાહરણ: a > b -Less Than --ઉદાહરણ: a < b -Greater than Equal To --ઉદાહરણ: a >= b -Less Than Equal To --ઉદાહરણ: a <= b
રીલેશનલ ઓપરેટરસ -Double Equal to --ઉદાહરણ: a == b -Not Equal to --ઉદાહરણ: a != b -Greater Than --eઉદાહરણ: a > b -Less Than --ઉદાહરણ: a < b -Greater than Equal To --ઉદાહરણ: a >= b -Less Than Equal To --ઉદાહરણ: a <= b
Show video info
Pre-requisite