Write the pseudocode for a program to calculate the wages of a sales according to the following rules. The wage is calculated at a rate of 15% of sales. If the salesman has been with the company more than three years, he receives a loyalty bonus of 10% of his calculated wages.

1 answer

use variable.no.of sales,no.of years of type integer
answer of type real
Display."enter no.you want to use"
Accept.number
IF wage<>sales*0.15
THEN salary:=wage+loyality
ELSE if no. of year.3
THEN loyality:=wage*0.1
ELSE loyality=0
Similar Questions
  1. Hello, sorry if its possible i want a code written in c++.question. Write the pseudocode for a program to calculate the wages of
    1. answers icon 2 answers
    1. answers icon 3 answers
  2. Write the pseudocode for a program to calculate the wages of asalesman according to the following rules. The wage is calculated
    1. answers icon 2 answers
  3. Write the pseudocode for a program to calculate the wages of asalesman according to the following rules. The wage is calculated
    1. answers icon 1 answer
more similar questions