Review the Chada Tech Clocks Functional Requirements, located in the Supporting Materials section. Review the following flowchart, as it is a graphical representation of the logic you will use in relation to your application’s sequence of functions. A text version of this flowchart is available: Project One Flowchart Text Version.   Your code should be properly modularized and written in functions so that your main() has the least amount of code. Before you begin coding, remember that you must demonstrate industry standard best practices in all your code to ensure clarity, consistency, and efficiency. This includes: Inserting in-line comments to denote your changes and to briefly describe the functionality of the code Using appropriate variable, parameter, and other naming conventions throughout your code When your solution is finished, zip your project including all components (CPP, H, and any other files used). Upload your zipped project file to the project submission area.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
    1. Review the Chada Tech Clocks Functional Requirements, located in the Supporting Materials section.
    2. Review the following flowchart, as it is a graphical representation of the logic you will use in relation to your application’s sequence of functions. A text version of this flowchart is available: Project One Flowchart Text Version.

 

  1. Your code should be properly modularized and written in functions so that your main() has the least amount of code.
  2. Before you begin coding, remember that you must demonstrate industry standard best practices in all your code to ensure clarity, consistency, and efficiency. This includes:
    1. Inserting in-line comments to denote your changes and to briefly describe the functionality of the code
    2. Using appropriate variable, parameter, and other naming conventions throughout your code
  3. When your solution is finished, zip your project including all components (CPP, H, and any other files used).
  4. Upload your zipped project file to the project submission area.
2 Home
DZL Project Or x
O CS 210 P
O CS 210 Ch x
O App Store x
C++ | App x
DZL Project Or x
> chada ted
C In This Pre X
C++ Plea X
b bartleby - x
DZL Module
The Lang x
My Ques
8 https://learn.snhu.edu/content/enforced/1006450-CS-210-T4451-OL-TRAD-UG.22EW4/course_documents/CS%20210%20Project%200ne%20Flowchart%20Text%20Version.pdf?_&d2ISessionVal=5T2vFvFWx10nT35c4YIXBessT&ou=1006450
...
2 Home
zy zyBooks My library
of 1
CB Page view A Read aloud
O Add text
V Draw
E Highlight
O Erase
Southern New Hampshire University
CS 210 Project One Flowchart Text Version
Title: Clocks Flowchart
Top of chart begins: "Clear Screen"
1. "Display Time in Two Formats".
2. "Display Menu"
а.
"Add One Second"
i.
"Wait One Second"
1. "Clear Screen"
3. "Read User Input"
a. User Input = Exit?
"End Program"
b. If "No", go to "Add Hour"
i.
i.
If "Yes"
1. "Add One Hour"
2. "Clear Screen"
c. If "No", go to "Add Minute"
i.
If "Yes"
1. "Add Minute"
2. "Clear Screen"
d. If "No", go to "Add Second"
i.
If "Yes"
1. "Add Second"
2. "Clear Screen"
е.
If "No"
i.
Clear Screen"
1
66°F
7:36 PM
Partly sunny
3/16/2022
Transcribed Image Text:2 Home DZL Project Or x O CS 210 P O CS 210 Ch x O App Store x C++ | App x DZL Project Or x > chada ted C In This Pre X C++ Plea X b bartleby - x DZL Module The Lang x My Ques 8 https://learn.snhu.edu/content/enforced/1006450-CS-210-T4451-OL-TRAD-UG.22EW4/course_documents/CS%20210%20Project%200ne%20Flowchart%20Text%20Version.pdf?_&d2ISessionVal=5T2vFvFWx10nT35c4YIXBessT&ou=1006450 ... 2 Home zy zyBooks My library of 1 CB Page view A Read aloud O Add text V Draw E Highlight O Erase Southern New Hampshire University CS 210 Project One Flowchart Text Version Title: Clocks Flowchart Top of chart begins: "Clear Screen" 1. "Display Time in Two Formats". 2. "Display Menu" а. "Add One Second" i. "Wait One Second" 1. "Clear Screen" 3. "Read User Input" a. User Input = Exit? "End Program" b. If "No", go to "Add Hour" i. i. If "Yes" 1. "Add One Hour" 2. "Clear Screen" c. If "No", go to "Add Minute" i. If "Yes" 1. "Add Minute" 2. "Clear Screen" d. If "No", go to "Add Second" i. If "Yes" 1. "Add Second" 2. "Clear Screen" е. If "No" i. Clear Screen" 1 66°F 7:36 PM Partly sunny 3/16/2022
e Home
DZL Project One ×
O CS 210 Cha x
O App Store
C++|Appo X
DZL Project One ×
> chada tech
The Langua X
In This Proj
C++ Please X
b bartleby - S x
My Questio x
D2L Module Th
Ô https://learn.snhu.edu/content/enforced/1006450-CS-210-T4451-OL-TRAD-UG.22EW4/course_documents/CS%20210%20Chada%20Tech%20Clocks%20Functional%20Requirements.pdf?_&d2ISessionVal=5T2vFvFWx10nT35c4YiXBessT&ou=1...
...
2 Home
zy zyBooks My library
of 1
(D Page view A Read aloud
O Add text
V Draw
E Highlight
O Erase
CHADA TECH
Chada Tech Clocks Functional Requirements
Problem Statement
Chada Tech has domestic and international clients. To meet international standard ISO 8601, Chada Tech
wants their clients to be able to view a 12- and a 24-hour clock on their website rather than just the
standard 12-hour clock.
Functional Requirements
1. Clock12: Time should be displayed in 12-hour format where the clock does not exceed 12:59:59.
2. Clock24: Time should be displayed in 24-hour format where the clock does not exceed 23:59:59.
3. Both clocks should display on the screen with the current time in the proper format. For
example:
12-Hour Clock
24-Hour Clock
03:22:01 P M
15:22:01
4. Your solution should allow the user to exit the program as well as add one hour, minute, or
second to both clocks from a user menu as follows:
*****
* 1- Add One Hour
* 2- Add One Minute
* 3- Add One Second
* 4- Exit Program
************
*水
5. Once a selection is made from the user menu, the program should take action based on that
choice. Both clocks must display on the screen simultaneously in the proper format next to each
other. Below is a sample of the expected output if the user selects option 3 from the menu:
12-Hour Clock
24-Hour Clock
03:22:02 P M
15:
:02
66°F
7:35 PM
令中
Partly sunny
3/16/2022
Transcribed Image Text:e Home DZL Project One × O CS 210 Cha x O App Store C++|Appo X DZL Project One × > chada tech The Langua X In This Proj C++ Please X b bartleby - S x My Questio x D2L Module Th Ô https://learn.snhu.edu/content/enforced/1006450-CS-210-T4451-OL-TRAD-UG.22EW4/course_documents/CS%20210%20Chada%20Tech%20Clocks%20Functional%20Requirements.pdf?_&d2ISessionVal=5T2vFvFWx10nT35c4YiXBessT&ou=1... ... 2 Home zy zyBooks My library of 1 (D Page view A Read aloud O Add text V Draw E Highlight O Erase CHADA TECH Chada Tech Clocks Functional Requirements Problem Statement Chada Tech has domestic and international clients. To meet international standard ISO 8601, Chada Tech wants their clients to be able to view a 12- and a 24-hour clock on their website rather than just the standard 12-hour clock. Functional Requirements 1. Clock12: Time should be displayed in 12-hour format where the clock does not exceed 12:59:59. 2. Clock24: Time should be displayed in 24-hour format where the clock does not exceed 23:59:59. 3. Both clocks should display on the screen with the current time in the proper format. For example: 12-Hour Clock 24-Hour Clock 03:22:01 P M 15:22:01 4. Your solution should allow the user to exit the program as well as add one hour, minute, or second to both clocks from a user menu as follows: ***** * 1- Add One Hour * 2- Add One Minute * 3- Add One Second * 4- Exit Program ************ *水 5. Once a selection is made from the user menu, the program should take action based on that choice. Both clocks must display on the screen simultaneously in the proper format next to each other. Below is a sample of the expected output if the user selects option 3 from the menu: 12-Hour Clock 24-Hour Clock 03:22:02 P M 15: :02 66°F 7:35 PM 令中 Partly sunny 3/16/2022
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY