Question: Make a flowchart out of this. Compile Debug Project Options NONAME01.CPP Window Help =2=[+]7 File Edit Search Run [1] #include #include main() { clrscr; int

Make a flowchart out of this.

Make a flowchart out of this. Compile Debug Project Options NONAME01.CPP WindowHelp =2=[+]7 File Edit Search Run [1] #include #include main() { clrscr;

Compile Debug Project Options NONAME01.CPP Window Help =2=[+]7 File Edit Search Run [1] #include #include main() { clrscr; int num; printf ("Enter a number: '); scanf("%d",&num); if (num==1) { printf("Monday'); } else if (num==2) { printf("Tuesday'); } else if (num==3) { printf("Wednesday'); } else if (num==4) { printf("Thursday'); } 1:1 F1 Help F2 Save F3 Open Alt-F9 Compile F9 Make F10 Menu Run Compile Debug Project Options NONAMEO1.CPP Window Help -2=[+] E File Edit Search =[1]: printf('Wednesday'); } else if (num==4) { printf("Thursday); } else if (num==5) { printf (Friday); } else if (num==6) { printf(''Saturday'); } else if (num==7) { printf(''Sunday'); } else { printf("Invalid Number/No equivalent day'); } getch(); return 0; } 36:1 F1 Help F2 Save F3 Open Alt-F9 Compile F9 Make F10 Menu

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!