QUOTE(William_Wilson @ 10 Dec, 2006 - 01:11 PM)

you must provide 'good faith' code, before anyone will help you.
i wasnt tryin to get the code written for me. i just dont understand what the user in put would be.
the second part is conditional states : if the emp. makes 50k give them a 7% raise, if they make 100k take a away5% and print out the new total. i understand that.
i havent tried it yet but here is how i think it might go.
CODE
#include <iostream.h>
struct Employee;
{
float WeeklyWage;
float MonthlyWage;
Float yearlyWage;
};
int main ()
/*****ok this is where im having the problem im not sure if the above is right cuz i dont really understand struct. i dont understand what the user input is. cuz theres only to emp. so is the user the names ?? confused.*/
This post has been edited by Dark_Nexus: 11 Dec, 2006 - 10:51 AM