Question
c++ project (cpp)
#include <iostream>
using namespace std;
void main ()
{
???????.....
}
roject Name: Water Vehicle You are required to automate the following specifications of a water vehicle . We can increase the speed of water vehicle by nitro. . e have a limited quantity of nitro. Quantity of nitro increase according to distance travelled. There is a GPS system to find the location of a water vehicle. Water vehicle have both systems to drive on road and sea. Water Vehicle is armed by some Weapons which are executed by programming.(different for road and water) . . . . Tips: Menus will be displayed.You may use different functions to handle different scenariOs
Explanation / Answer
#include using namespace std; int main() { int a, b, c; cout > a >> b; c = a + b; cout