Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #55.0K
Ranked #4K
~3K People Reached
Favorite Forums
Favorite Tags
c x 3

2 Posted Topics

Member Avatar for mustafa.bahaa

#include <stdio.h> #include <conio.h> int main() { int x; char answer; do{ printf("Please enter a number : "); scanf_s ("%d%d", &x); if ((x % 1000) != 0) printf("\nThe number is odd\n"); else printf("The number is even\n"); printf("Do you want to continue (Y / N )? "); scanf_s ("%c", &answer); } …

Member Avatar for Hiroshe
0
161
Member Avatar for john_hasan
Member Avatar for aizam76
-1
3K

The End.