Search:

Type: Posts; User: javanoobieman

Search: Search took 0.22 seconds.

  1. Replies
    7
    Views
    1,455

    Re: Difficult questions please help

    okay sorry.. any help with what i should be putting next?
  2. Replies
    7
    Views
    1,455

    Re: Difficult questions please help

    yeah sorry its javascript
  3. Replies
    7
    Views
    1,455

    Re: Difficult questions please help

    for now for question 9 i have:

    function calculateWage() {
    var basicWage = 4.60;
    var overTime = 5.60;
    var hours = prompt("enter hours worked");
    if (hours > 40) {
  4. Replies
    7
    Views
    1,455

    Difficult questions please help

    i can't do these last two questions for college and i would really appreciate some help:

    9. SlowDrivers Inc. pay their workers a basic wage of £4.60 an hour. If an employee works over 40
    hours a...
Results 1 to 4 of 4