Posted by carol on Sunday, May 22, 2011 at 1:50am.
Assistance needed.
Visual Logic will allow you to create a flow chart which will then execute from a flow chart.
Since we do not have Visual Logic available, we will help by showing an equivalent, a pseudocode, from which you can create your flow chart using Visual Logic.
input:
=====
Hours worked: H
Hourly rate: R
Status: Status=M/S/D/W
if H>40 then
gross salary, G = H*R + (H-40)*R/2
else
gross salary, G = H*R
endif
if Status=M
net salary = G*(1-0.15)
else if Status = S
net salary = G*(1-0.22)
else if Status = D
net salary = G*(1-0.23)
else if Status = W
net salary = G*(1-0.13)
else
Print: "error in status".
endif
If 2 pie = 6.28, then what would 1 pie=
6.28/2
Related Questions
Logic and Design - I need help with pseudocode, and any help regarding forming ...
computer science - Please design the ¡§Classes¡¨ that will ...
Program Logic Design - create a flowchart that shows the logic for a program ...
AIU - You are the lead humancomputer interaction (HCI) engineer on a major...
CIS/Visual Logic - Design an application that accepts 10 numbers and displays ...
computer - You will need to design an application that will prompt a user for ...
Computer Science-Java - Hi, I have to prompt a user to input a password and have...
11th grade visual art - first of all this is my first time so i dont know if i ...
computer science - Write an application that calculates the value of e^x by ...
logic and design - You have been contracted by a local antique store to design ...
For Further Reading