Write a c++ program to assist in monitoring


Write a C++ program to assist in monitoring the gasoline supply in a refinery storage tank. Your program should alert the supervisor when the supply of gasoline in the tank falls below 10% of the tank's 80,000-barrel storage capacity. The supervisor is accustomed to dealing with the contents of the tank in terms of a number of barrels. However, the pump used to fill tanker trucks gives its measurements in gallons, so your program will need to do the necessary conversions. The petroleum industry's barrel equals 42 gallons. The program should first request that the operator enter the amount of gasoline currently in the tank. Then prompt the user to input the number of gallons pumped into a tanker and update the number of barrels still available. When the supply drops below the 10% limit, issue a warning and end the program.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Write a c++ program to assist in monitoring
Reference No:- TGS098717

Expected delivery within 24 Hours