Question: Using C++ while loops. Write a program for a university/college library, program should calculate the borrowing book rate of the books in each floor. The
Using C++ while loops. Write a program for a university/college library, program should calculate the borrowing book rate of the books in each floor. The program should ask the user to enter the number of floors the library has. A loop should then iterate once for each floor. In each iteration, the loop should ask the user to enter the number of books on each floor and how many of the books checked out by students. At the end program should display how many books the library has, how many of them are checked out, how many are not used, and the percentage of books checked out.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
