Ask a New Question

Question

write the pseudocode for a program to the wages of salesman according yo the following rules the wages is calculated at a rate 15%of sale if the salesman has been with the company more than three year he has loyalty bonus of 10%of his calculated wages.
13 years ago

Answers

Steve
wages = sales*.15
wages *= 1.10 if time > 3
13 years ago
Anonymous
#include stdio.h #include conio.h void main( ), (
12 years ago

Related Questions

Write the pseudocode for a program to calculate the wages of a sales according to the following rule... Need Python pseudocode and program that asks the user to enter the number of packages purchased. The... Write a pseudocode which will accept two integers from the user and calculate the sum and product. T... write the pseudocode for the following scenario 2. Create pseudocode for a program that allows the user to enter gallons of gas and converts it to l... Write the pseudocode that will produce a receipt in the format specified above. Your solution shou... Write the pseudocode for the scenario below. A teacher has a class of 10 learners who recently wrot... HOW TO WRITE pseudocode TO add the number 1 to 100 and display the sum how to write pseudocode add the number from 1 to 100 and display the sum Write the pseudocode for an application that will pass the number of games a player has played to...
Ask a New Question
Archives Contact Us Privacy Policy Terms of Use