Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
else Keyword Practice | Control Structures
C# Basics
course content

Зміст курсу

C# Basics

else Keyword Practice

Write a condition to check if the number num is even or odd. If the number is even, output "Even", otherwise "Odd".

cs

main

  1. We can determine whether a number is even by verifying if its remainder, resulting from division by 2, equals zero;
  2. In code the condition will be x % 2 == 0 where x is the number to be checked.
cs

main

Все було зрозуміло?

Секція 3. Розділ 8
We're sorry to hear that something went wrong. What happened?
some-alt