Hey guys i keep getting an "expected unqualified id before "{" token in line 19 anyone help please very urgent
#include <iostream>
using namespace std;
int main();
struct student
{
char name;
int StudentID;
float Aid;
int Tuition;
float Fee;
float books;
float housing;
float meal;
};...