Ask a New Question

Asked by Aliyu Aisha

Write a pseudo code for sales man that allows 1% discount for an item that costs #20,000
3 years ago

Answers

Answered by oobleck
discount = (price == 20000) ? 200 : 0
3 years ago
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.

Related Questions

how can write a pseudo code and a flow charts to solve these? 1 to find the greatest common divis... write a pseudo code algorithm that will accept 20 numbers and finds their product write a pseudo code algorithm that will accept the marks in a test for a group of 25 students then c... Write a pseudo code algorithm which: • Determines the average weight of a person over a particular... Write a pseudo code that allows a user to enter the names and phone numbers of up to 20 friends write a pseudo code which prints a list of all students over the age of 20 in a class. the input rec... write a pseudo code and then draw a flowchart to calculate tax deduction of employess salary >2000,... Arrays in pseudo code a pseudo code that will request for two numbers and it will compute the difference and product of th... Develop a program pseudo code to read the names and scores for ten students,it should calculate and...
Submit Your Answer

Question

Write a pseudo code for sales man that allows 1% discount for an item that costs #20,000

Ask a New Question
Archives Contact Us Privacy Policy Terms of Use