Have I no errors now. But is this on the right track now?
[#include "stdafx.h"
#include <iostream>
using namespace std;
int _tmain(int argc, _TCHAR* argv[ ])
{
//cout << "hours worked: "; //No. of hrs worked during week
//cin >> 40;
//cout << " pay rate: $"; per hour //Pay rate...
Can someone take a look at my code. I'm having some errors and do not know how to correct. Not looking for someone to give me the answer, but walk me though to better understand.
This is a compiler to compute wages.
#include "stdafx.h"
#include <iostream>
using namespace std;
int _tmain(int...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.