How to reprent greater than and less than along with even odd condition in c programming
Answers
Answered by
1
Answer:
Write a C program to check whether a number is even or odd using if else. Logic to check even or odd number using if ..
cmanoj5511:
hi
Answered by
0
Explanation:
This problem is solved using if… elif…else and nested if…else statement.
Similar questions