#include<iostream>
#include<string.h>
#include<conio.h>
#include<math.h>
#include<fstream>
using namespace std;

class Menu
{
	protected:
	
	public:
		Welcome
		Login
		Selection
		Ending
}

class Report
{
	protected:
		
	
	public:
		screen
		csv
		text
		
		friend ofstream &operator<< (ofstream &strm, Report &obj)
}
