0
Help about Project
hello there I have a project about c programming can anyone help me about this... i have this in pdf file..
3 Answers
+ 13
Can you show us the PDF file so that we can help you?
0
Simply i just did something..
#include<stdio.h>
int main()
{
int number;
printf("Enter Number");
scanf("%d",&number);
printf("Menu");
printf("1.Inspect\n");
printf("2.Read demand\n");
printf("3.Fill up\n ");
printf("4.Drain 1/2 of tank\n");
printf("5. Empty a tank");
printf("6.Transfer water from one to another");
printf("7.Display recommended actions");
printf("8.Exit");
}