Question: Write a program that lets the ser to enter five scores value into an away. The program should display The smallest score in the array
Write a program that lets the ser to enter five scores value into an away. The program should display The smallest score in the array The difference between each score with the smallest score in the array (10 Marks) (CLOS:PLO2C3) Write a program that asks user to enter an item's wholesale cost and its mark-up percentage. It should then display the item's retail price. The program should implement function in the code. Demonstrate a loop for calculation of retail price. Formula wholesaleCost+ (percentage/100 wholesaleCout) Sample of output: Enter ten wholesale cost: 10 Enter markup percentage: 75 Retail price: 17.50 Calculate again? (Enter Yor N): Y Enter Item wholesale cost: 10 Enter markup percentage: 50 Retail price: 15.00 Calculate again? (Enter Yo N): N Total marked up price is RM12.50 Thank You (20 Marks) (CLOS:PLO2C3) Write a program to ask user to enter 10 values into an array, and to identify the odd and even numbers
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
