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