Question: Present the user with a menu with the following options 1) Print author info 2) Print multiplication table 3) Print custom multiplication table 0)Exit If
all T-Mobile 11:15 AM To Subject int main) int sel, n, i; printf("Enter 1 for author infolnEnter 2 for multiplication tablelnEnter 3 for customm multiplication tableln"); scanf("%d", &sel); if (sel == 1) printf("name idIn"); else if (sel == 2) printf "inter an integer n"); scanf("%d", &n); for(i-0; i) return(O)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
