top of page

PROGRAMMING CHALLENGES

Inventory Management System

Difficulty:

3 Hard

2.2 Practice Exam Questions

Topic:

"SuperMart" supermarket needs an efficient way to manage their inventory. Create a program that takes the initial quantity of a product, the number of units sold, and the unit price, then calculates and prints the total revenue generated from sales and updates the remaining quantity in stock.

- Input: Initial quantity, units sold, and unit price
- Processing: Multiply units sold by unit price to calculate revenue. Subtract units sold from initial quantity to update remaining stock.
- Output: Print total revenue and remaining quantity in stock.

Need help with your programming skills?

If you need more help than just independent practise, then we're here for you. Book a 1:1 with us and we will be able to guide you to becoming a proficient programmer who can tackle any of the challenges an exam board can throw at you.

bottom of page