Shoprite is a grocery shop that has outlets nationwide. They give discounts to customers who buy products in bulk. For a given number of products their discounts are as follows: Quantity
SIKSHAPATH Latest Questions
Which of the following is NOT a container adapter? stack queue deque priority-queue
Design a program that displays a table of the Celsius temperatures 0 through 20 and their Fahrenheit equivalents. The formula for converting a temperature from Celsius to Fahrenheit is: F = 9/5 C + 32 where F is the Fahrenheit temperature and ...
A Tourist Attraction Calculation System Silver Express Theme Park (SETP) Pvt Ltd is a tourist attraction that offers three types of tickets: Regular adult tickets at R30 per person. Student tickets at R25 per person. Family ticket for two adults and two children ...
A contractor orders, say, 30 cubic yards of premixed concrete to construct a patio that is to be, say, four inches thick. The length of the patio is to be, say, twice the width. Write a program that prompts the user ...
Write a C++ function, smallestIndex, that takes as parameters an int array and its size and returns the index of the first occurrence of the smallest element in the array. To test your function, write a main that prompts a ...