top of page

PROGRAMMING CHALLENGES

Library Book Loan System

Difficulty:

1 Easy

2.2 Practice Exam Questions

Topic:

A local library needs a program to track books on loan. Write a program that stores the titles of 5 books in an array. Allow the user to input the title of a book and mark it as "On Loan" in the array. Display the updated list of books.

Use an array to store book titles and update their status with a loop and if statement.

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