Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Even odd program
//gcc 5.4.0 #include <stdio.h> int main(void) { int n; printf("Enter a number n \n"); scanf("%d",&n); if(n%2==0) printf("The number %d is even", n); else printf("The number %d is odd", n); return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
CremovePointFun
fork
BMI Calc CT
2.1.3 Sum of squares of first hundred natural numbers with different cores
BST
Lab 11 v1.0
C_14119_Media
C programming example for a Person struct and typedef (from ECE 2534)
Singly LinkedList.c
Project 3 part 2 Book v1
Please log in to post a comment.