Find Odd or Even using modulus Operator in C · #include<stdio.h> · main() · { · int n; · printf("Enter an integer\n"); · scanf("%d",&n); ...
確定! 回上一頁