CompTIA Tech+ FC0-U71 Practice Question
In a company's inventory management system, a programmer needs to create a process that checks each item's stock level and alerts the manager if the quantity is below 10. Which type of programming structure is most suitable for this task?
Creating a constant for the number 10
Declaring a variable for each item
Using a loop to iterate through all the items
Using a single if-else statement