Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please in C++ Chada Tech is a software engineering company that specializes in custom software design and development for both domestic and international clients. You

Please in C++

Chada Tech is a software engineering company that specializes in custom software design and development for both domestic and international clients. You read more about the company and decide this place would be a great fit for you. You are also happy to find that there is an opening for a junior developer and apply for the position immediately. The skills that you have acquired at SNHU have prepared you for this role. Consequently, you are selected for an interview!

As part of the Chada Tech interview process, you are asked to complete coding skills test to "audition" for the role. This is a typical interviewing strategy that you may encounter in the field. Companies utilize this technique to ensure candidates can in fact do what they claim they can do. Therefore, this exercise will be based on a problem similar to what you will face in the junior developer role, and you will need to come up with a solution. This is your chance to really show them what you can do!

The Chada Tech interviewing team has provided you with the following problem statement and a document containing a set of functional requirements:

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.

To stand out as a top candidate, you will need to apply program logic by creating two clocks that display simultaneously and allow for user input using secure and efficient C++ code.

Directions

Develop an object-oriented programming (OOP) application to create two clocks that display simultaneously and allow for user input using secure and efficient C++ code.

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: 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).

Flow Chart

image text in transcribed

ISO 8601 Link: https://www.iso.org/iso-8601-date-and-time-format.html

image text in transcribed

Add Hour 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: 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-AddOneHour*2-AddOneMinute**3-AddOneSecond**4-ExitProgram 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

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Transactions On Large Scale Data And Knowledge Centered Systems Vi Special Issue On Database And Expert Systems Applications Lncs 7600

Authors: Abdelkader Hameurlain ,Josef Kung ,Roland Wagner ,Stephen W. Liddle ,Klaus-Dieter Schewe ,Xiaofang Zhou

2012th Edition

3642341780, 978-3642341786

More Books

Students also viewed these Databases questions