What Is Program Write The Steps To Find Whether A Given Number Is Even Or Odd?

What Is Program Write The Steps To Find Whether A Given Number Is Even Or Odd? In the program, the integer entered by the user is stored in the variable num . Then, whether num is perfectly divisible by 2 or not is checked using the modulus % operator. If the number is perfectly divisible