Question: Week 2 : Basic Structure and Input / Output Requirements: Create a C + + program. Declare and initialize variables of different data types (

Week 2: Basic Structure and Input/Output
Requirements:
Create a C++ program.
Declare and initialize variables of different data types (int, float, char, string).
Implement a basic structure of the program.
Implement basic input and output and output formatting.
Submit source code to CANVAS.
Question
You have been tasked with developing a program for a local library to manage their book borrowing system.
Week 2 Tasks:Add New BorrowerAdd New BookBorrow BookDisplay Current Book InventoryDisplay Borrowers' detail
Perform validation check for all the user inputs.Week 3: Control Structures (if/else, switch, loops)
Requirements:
Implement if/else statements to create a simple menu system.
Use a switch statement to handle menu choices.
Implement loops (for, while) for repetitive tasks.
Add functionality to the calculator to handle multiple operations until the user decides to exit,
Submit the updated code to CANVAS.
Week 4: Functions
Requirements:
Refactor the operations into separate functions.
Call these functions from the menu system.
Submit the updated code to CANVAS.
Week 5: Arrays and Structures
Requirements:
Implement an array of structures to store the series of values.
Implement functions to perform operations on the array.
Modify the menu to include options for these new operations.
Submit the updated code to CANVAS.
 Week 2: Basic Structure and Input/Output Requirements: Create a C++ program.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!