#include <iostream>
#include <iomanip>
usingnamespace std;
int ProAverage = 75.26,
TestAverage = 52.31,
Final = 60.3425;
(ProAverage/100)*.35+(TestAverage/100)*.65
So, that's what I have, the error I'm getting is [Error] expected ')' before '/' token. I'm not a computer science major, I was forced to take this class because I needed to take a "gen ed" and I'm totally lost and this is only the second program. Can someone help? Thanks!