Search:

Type: Posts; User: BitRusty

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    1,524

    [code] if (hours > 40) { pay...

    [code]
    if (hours > 40)
    {
    pay = (40 * rate) + (hours - 40) * rate * 1.5 ;
    [\code]

    now it shouldn't over pay
  2. Replies
    9
    Views
    1,524

    now running the program/s from inside the IDE, ...

    now running the program/s from inside the IDE, now staying open to see results and able to adjust code accordingly. previously running program from the resident folder
  3. Replies
    9
    Views
    1,524

    years ago had to do the same exercise here is a...

    years ago had to do the same exercise
    here is a "simplistic" approach.
    on my laptop it won't stay open long enough
    to verify results

    I am using Dev C++ and Windows 8



    #include <iostream>
Results 1 to 3 of 3