Joke Collection Website - Blessing messages - Who is the great god, who can do this menu, C language, c++ homework, urgently needed.

Who is the great god, who can do this menu, C language, c++ homework, urgently needed.

# include & ltstdio.h & gt

# include & ltstdlib.h & gt

# include & ltconio.h & gt

int menu(int n,char m[][20]) { int i,s;

System ("CLS");

for(I = 0; I & ltn;; i++ ) printf("%d.%s\n ",i+ 1,m[I]);

printf(" enter selection \ n ");

scanf("%d ",& amps);

Return to s;

}

# Definition MM 1 5

# Definition MM 15 7

Charmm1[mm1] [20] = {{"SMS"}, {"Mobile phone"}, {"Settings"}, {"System"}, {"About mobile phone"};

Charmm15 [mm15] [20] = {{"Flight Mode"}, {"Bluetooth"}, {"Theme"}, {"Wallpaper"}, {"Font"}, {"Call Settings"}, {"Back off.

void fun 5();

void main() { int s,loop = 1;

While (loop)

S = menu (MM 1, mm1);

Switch {

Case 1:

Break;

Case 2:

Break;

Case 3:

Break;

Case 4:

Break;

Case 5:

fun 5();

Break;

Case 0: Cycle = 0;

}

}

}

void fun 5(){ int s;

S = menu (MM 15, mm15);

Switch {

Case 1:

Break;

Case 2:

Break;

Case 3:

Break;

Case 4:

Break;

Case 5:

Break;

Case 6:

Break;

Case 7:

Return;

Break;

}

}