/* Program#ifcs.c This program demonstrates the if-block */ #include main() { int a , b; do { printf("\nEnter first number: "); scanf("%d" , &a); printf("\nEnter second number: "); scanf("%d" , &b); if (a