Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

Homework help ^_-


ghost's Avatar
0 0

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.


spyware's Avatar
Banned
0 0

Get the fuuuuuuuck outta here. You're either an ugly troll, or very, very stupid.

In any case: GTFO.


ghost's Avatar
0 0

awww. ].; that almost made me kinda sad.


ghost's Avatar
0 0

What sort of compensation are you offering?


ghost's Avatar
0 0

I'm not sure what help is needed; I'm not trying to sound mean but it looks like you want us to do your homework for you. If you have a more specific question, that would be more appropriate for this forum.


TheSilentDrifter's Avatar
Member
0 0

ROFL, i had that class! intro to programming logic am i right? yeah, learn the class yourself, it's a 1 credit class, and it's not too hard. Just read the material and you'll do fine trust me.


fashizzlepop's Avatar
Member
0 0

This topic makes it sound like your goal in life IS TO BE a Script Kiddie.


ghost's Avatar
0 0

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


ghost's Avatar
0 0

wtf? those are the easiest problems i ever read. if you can't do that then drop out of school or something.


yours31f's Avatar
Retired
10 0

actually hes in a java class, what is the question, because with no question, there is no answer.


ghost's Avatar
0 0

>Use the TurtleGraphics package >the TurtleGraphics >Turtle


TheSilentDrifter's Avatar
Member
0 0

yours31f wrote: actually hes in a java class, what is the question, because with no question, there is no answer.

Isn't it strange how every teacher seems to use the same rediculous questions?


ghost's Avatar
0 0

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.


ghost's Avatar
0 0

I just did it, it took me about 3 minutes. Paypal me 50 bucks and I'll send it to you B).


ghost's Avatar
0 0

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:


ghost's Avatar
0 0

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.


ghost's Avatar
0 0

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(∞);


ghost's Avatar
0 0

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?


ghost's Avatar
0 0

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.


ghost's Avatar
0 0

For the histograph could i do

System.out.print("Enter overtime hours for Monday: "); …. System.out.print("Enter overtime hours for Friday: ");

then to display the amount of hours do what i said in my previous post(–Pen.move(mondayOvertime);–)


ghost's Avatar
0 0

if you google java and histograms it gives some pretty good results if you pm me and show me your trying to learn and understand it i would be glad to help you out but i want to see you just try a little bit