Can someone run my code template to see what's wrong?
#include "stdafx.h"
#include <iostream>
using namespace std;
int _tmain(int argc, _TCHAR* argv[ ])
{
int a = 40; //No. of hrs worked during week
float b = 12.75; //Pay rate: dollars per hour
float c = 510; //Weekly wages
cout << a * b;
cout << c;
// read in the hours worked
cout << endl;
cout << "Number of hours worked during the week (integer) = ";
int hours_worked;
// read in the pay rate
cout << "Hourly pay rate (specify two digits after the decimal point) = ";
float pay_rate;
// compute wages
float weekly_wages;
// display the result
cout << endl;
float 510 << wages << endl;
return (0); // terminate with success
}