i keep getting 4 errors on here and i cant figure out what they are I followed the syntax i believe
}
if (( tot_mon <= 0.0f && orig_mon <= 0.0f))
cout << "You need more cash, you dont have enough\n" << endl;
else
if (tot_mon <= 0);
cout << " You have spent " << curr_cash << " and have purchased " << numb_item << " today.\n " << endl;
else
if (symb2 = 'N' || 'n')
cout << " Thank you for shopping \n";
cin >> symb2;
else
if (symb2 = 'Y' || 'n')
cout << " Please choose A, B, or C to continue. \n";
cin >> symb2;