this message is coming up i cant get it off ERROR C2447
#include<iostream>
using namespace std;
int main();
{
int item_purch, numb_of_purch, quit;
char ('A' || 'a'), ('B' || 'b'), ('C' || 'c'), ('D' || 'd');
double mugs, teeshirts, pens, tot_mon, curr_cash, mon_spent;
cout << "Welcome to the Southern Illinois Bookstore."; << endl;
cout << "For a limited time merchandice with a cougar logo is being sold"; << endl;
cout << "at a reduced rate."; << endl;
cout << "What do you want to purchase today?\n ";
symb1 = ('A' || 'a'), symb2 = ('B' || 'b'), symb3 = ('C' || 'c'), symb4 = ('D' || 'd');
end of main();
}