Homework help ^_-
Project 3-4 An employee's total weekly pay equals the hourly wage multiplied by the total number of regular hours plus any overtime pay. Over time pay equals the total overtime hours multiplied by 1.5. Write a program that takes as inputs the hourly wage, total regular hours, and total overtime hours and displays an employees total weekly pay.
Project 3-5 Modify the program of Project 3-4 so that it prompts the user for the the regular overtime hours for each of the five working days.
Project 3-6 Use the TurtleGraphics package to display the employee's wages in a histogram. A histogram consists of a set of parallel horizontal lines. The length of each line is proportional to the quantity of the corresponding data item. Thus, after takings inputs and computing results, your program should create a pen that displays five horizontal lines of varying length.
I've had to do this for homework too. … . . This is Visual Basic am i right ? The histogram gives away the language. For the first project set up a textbox .. get the input put it through if statement and display in label ..
also don't forget error checking. IE ' me.txtInput.length > 0 ' and ' me.strInput > 0 ' all of those assignments are so basic though. Simple math and simple programming
This is Java, and my goal in life isnt to be a script kiddie. That wouldn't be exciting. ^_- But the only reason that I'm posting this in here is because im doing ALL my summer work in 3 days. That would be 4 chapters of fill in the blank(easy…duh), logic question, writing several programs, and 4 portfolio pieces. And there isn't a question for this, I just have to write a program that you input the information into and then id displays it with System.out.println and in a histogram. I just dont know how to do the histogram part.
Texas Instruments wrote: I was asking for help, not the answer dumbass.:angry:
And for anyone offering HELP, for the graph would i do Pen.move(regularPay); //Then to turn it around: Pen.turn(90); Pen.move(10); Pen.turn(90); Pen.move(regularPay);
:happy:
So then fuck off. Nobody is going to help you do your goddamn homework you lazy asshole, do some research.
Texas Instruments wrote: I was asking for help, not the answer dumbass.:angry:
Actually, you didn't ask for anything in your original post, you fucking worthless piece of shit. Now get down on the ground and kiss my shoes. I said kiss 'em, m'fucker! kicks you in the teeth maybe that'll teach you to show more respect towards others in the future!
You insult one of us - you insult all of us. We stand together. One for all, and all for one, we are HBH.
//Turn around and keep walking, gaijin. Texas Instruments.turn(180); Texas Instruments.move(∞);
japanesedude wrote: [quote]Texas Instruments wrote: I was asking for help, not the answer dumbass.:angry:
Actually, you didn't ask for anything in your original post, you fucking worthless piece of shit. Now get down on the ground and kiss my shoes. I said kiss 'em, m'fucker! kicks you in the teeth maybe that'll teach you to show more respect towards others in the future!
You insult one of us - you insult all of us. We stand together. One for all, and all for one, we are HBH.
//Turn around and keep walking, gaijin. Texas Instruments.turn(180); Texas Instruments.move(∞);[/quote]
japanesedude = lame
anyone have anything worth my time? or some mature that wont just insult?
hW *= hours; if ( oT > 0 ) hW += oT
idk java but basic math shouldn't leave you in a hissy
>> Modify the program of Project 3-4 so that it prompts the user for the the regular overtime hours for each of the five working days.
loop
This is why I didn't take programming classes, because you have to go through menial stuff like this.