#include #include #include "mainMenu.h" void runBankManagementSystem() { ageInput(); } int main() { runBankManagementSystem(); }