Asked by Naom mwende
Writing a visual basic program to read basic salary and sales made by employees, calcuting the commission and outputing the commission and net salary?
Answers
Answered by
oobleck
loop
read name, salary, commission rate, sales
calculate commission, add to salary, giving net
print commission, net
end_loop
now do that in VB
read name, salary, commission rate, sales
calculate commission, add to salary, giving net
print commission, net
end_loop
now do that in VB
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.