Posted by peter on Wednesday, November 2, 2011 at 10:15am.
Using Visual Basic, it is not a very difficult task to do.
However, you will need to know from your course:
1. how to create the GUI (graphics user-interface) either by drag-and-drop, or programatically. You will need buttons to prompt entry from the user, calculate gross pays, have an input window, an output window, and a quit button, etc.
2. how the arithmetic is worked out (tax tables, deductions, etc.
3. how to make a loop for the 10 employees, and how to indicate to the program to stop requesting input (a quit button, for example).
Reviwe the cours material, attempt to do the program, and post any difficulties you encounter specifying what you have done so far.
Good luck!
Write a program that allows the user to input a total dollar amount for an online shopping order and computers and outputs the shipping cost based on the following schedule
Order total Ship within USA Ship to Canada
Less than $ 50.00 $6.00 $ 8.00
$ 50.01- $ 100.00 $ 9.00 $ 12.00
$ 100.01- $150.00 $ 12.00 $ 15.00
Over $ 150.00 Free Free
Related Questions
COMPUTER PROGRAMMING - Could you please help me write a program using basic or ...
visual basic - in visual basic, notes in a program which explain what the ...
computers - an introduction to programming and visual basic 2008 page 39 ...
computers - I have just started a basic class in programming and I am totally ...
PROGRAMMING PROBLEMS - 4. Modify the program of Problem 3 so that it also ...
PROGRAMMING - PLS, I NEED TO BE GUIDED ON HOW TO WRITE A SIMPLE PROGRAM IN BASIC...
computer programming - small startup software developer company needs to create ...
Visual Basic (Computer Programming) - ALGORITHM EXERCISES 1. Wilma Peterson is ...
Computer - Write the program that will calculate and display the career ...
algebra - use the expression r+0.12m to calculate the cost of renting a car. The...
For Further Reading