Results 1 to 10 of 10

Thread: employee app

Threaded View

  1. #1

    Thread Starter
    Banned
    Join Date
    Mar 2005
    Posts
    23

    employee app

    for x = 1 to 3
    employee = InputBox("Enter employee#")
    hoursworked = InputBox("Enter hoursworked")
    payrate = InputBox("Enter pay rat")
    print hoursworked,payrate,employee,hoursworked *payrate
    next x
    Last edited by crocker; Mar 26th, 2005 at 03:42 AM. Reason: RESOLVED

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width