Question: Week 2 : Basic Structure and Input / Output Requirements: Create a C + + program. Declare and initialize variables of different data types (
Week : Basic Structure and InputOutput
Requirements:
Create a 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 Tasks:Add New BorrowerAdd New BookBorrow BookDisplay Current Book InventoryDisplay Borrowers' detail
Perform validation check for all the user inputs.Week : Control Structures ifelse switch, loops
Requirements:
Implement ifelse 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 : Functions
Requirements:
Refactor the operations into separate functions.
Call these functions from the menu system.
Submit the updated code to CANVAS.
Week : 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.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
