#include <stdio.h> int main() { int x,y; printf("Enter the values for X and Y\n"); scanf("%d %d", &x,&y); if(x == y ) printf("X and Y are equal\n"); else printf("X and Y are not equal\n"); }
Sunday, May 1, 2016
Subscribe to:
Post Comments (Atom)
!->
0 Comment to "Check Equality Of Two Number"
Post a Comment