error

May 13, 2013 at 1:38pm
1
2
3
4
5
6
7
8
9
10
cout<<"Harry Potter Is Best Seller Movie Of The Cinema"<<endl;
}
else if(TOTAL_REVENU_2 > TOTAL_REVENU_1 && TOTAL_REVENU_2 > TOTAL_REVENU_3)
{
cout<<"English Vinglish Is Best Seller Movie Of The Cinema"<<endl;

}
else if(TOTAL_REVENU_3 > TOTAL_REVENU_2 && TOTAL_REVENU_3 > TOTAL_REVENU_1)
{
cout<<"Tekken Is Best Seller Movie Of The Cinema"<<endl;
Last edited on May 16, 2013 at 1:47pm
May 13, 2013 at 1:46pm
Error: Missing 'question or explanation of problem' before code
May 13, 2013 at 1:46pm
what error are you getting?
Topic archived. No new replies allowed.