MCPcopy Create free account
hub / github.com/Rustam-Z/cpp-programming / main

Function main

Project_Bank_Management_System/main.cpp:3–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "Header.h"
2
3int main()
4{
5 srand(time(0));
6 ::available = rand() % 200000;
7 MainMenu();
8
9 system("color 9E");
10 system("pause");
11 return 0;
12}
13
14void MainMenu()
15{

Callers

nothing calls this directly

Calls 1

MainMenuFunction · 0.85

Tested by

no test coverage detected