Int PROGRAMMING.c
Int PROGRAMMING.c
scanf("%d",&PROGRAMMING);
switch(PROGRAMMING)
case 1 :{
int C,C_cost,C_Q;
scanf("%d",&C);
printf("What is the cost of per C PROGRAMMING Book you want to buy ? : \n");
scanf("%d",&C_cost);
scanf("%d",&C_Q);
switch(C_Q)
case 1 :{
goto UP;
case 2 :{
return 0;
case 2 :{
int Cpp,Cpp_cost,Cpp_Q;
scanf("%d",&Cpp);
printf("What is the cost of per C++ PROGRAMMING Book you want to buy ? : \n");
scanf("%d",&Cpp_cost);
scanf("%d",&Cpp_Q);
switch(Cpp_Q)
case 1 :{
goto UP;
case 2 :{
return 0;
case 3 :{
int Cs,Cs_cost,Cs_Q;
scanf("%d",&Cs);
printf("What is the cost of per C# PROGRAMMING Book you want to buy ? : \n");
scanf("%d",&Cs_cost);
scanf("%d",&Cs_Q);
switch(Cs_Q)
case 1 :{
goto UP;
case 2 :{
return 0;
case 4 :{
int HTML,HTML_cost,HTML_Q;
printf("What is the cost of per HTML PROGRAMMING Book you want to buy ? : \n");
scanf("%d",&HTML_cost);
scanf("%d",&HTML_Q);
switch(HTML_Q)
case 1 :{
goto UP;
case 2 :{
return 0;
case 5 :{
int Java,Java_cost,Java_Q;
scanf("%d",&Java);
printf("What is the cost of per Java PROGRAMMING Book you want to buy ? : \n");
scanf("%d",&Java_cost);
scanf("%d",&Java_Q);
switch(Java_Q)
case 1 :{
goto UP;
case 2 :{
return 0;
}
}