Sectionย 1. Chapterย 27
single
Challenge: Operators
Swipe to show menu
Task
Swipe to start coding
- Declare an
intvariable for the user's age. - Declare a
boolvariable for membership status. - Use comparison operators (
>=) to check if age is 65 or older. - Use logical operators (
||) to check if the user is a member. - Use a ternary operator (
?:) to assign the message"Eligible for discount"or"Not eligible for discount"based on the conditions. - Print the message to the console using
Console.WriteLine.
Solution
Everything was clear?
Thanks for your feedback!
Sectionย 1. Chapterย 27
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat