Computer Science, asked by jayeshnaphade22, 11 months ago

Toll tax management system for Indian highway program using classes in c++

Answers

Answered by drmalik021
1

Answer:

//First Login in to Admin to Set up Details of Highway password for Admin is : admin Operator is : operator & Manager is : manager

#include <iostream>

#include <string>

#include <cstdlib>

using namespace std;

int Setup = 0,SumVehicles = 0;

float SumMoney = 0;

string adminpassword = "admin",managerpassword = "manager",operatorpassword = "operator";

Similar questions