Computer Science, asked by Anshika10784, 9 months ago

Wap to enter a number of integer type and check whether the last digit of the number is even or odd.​

Answers

Answered by ak8271983700
2

Answer:

Sorry

Explanation:

Find in Google

Hope it will help you

Answered by Anonymous
5

Answer:

Program to Check 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 by 2 , test expression number%2 == 0 evaluates to 1 (true).

Explanation:

please mark brainlist

Similar questions