Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

LAB 1 BACKGROUND: Handout DEMO1.C++ and Class discussions PURPOSE: Objective of this LAB is to: a. Write and execute a simple C++ program. b. Get

image text in transcribed
LAB 1 BACKGROUND: Handout DEMO1.C++ and Class discussions PURPOSE: Objective of this LAB is to: a. Write and execute a simple C++ program. b. Get acquainted with the integrated Development Environment (IDE) c. Familiarization with C++ screen output functions. Assignment: Implement the sample code provided. Once you get your sample project to operate, modify the program to print to the screen some information about yourself. Use some imagination in text formatting. Have fun with it. This exercise will provide practice using common C++ output functions such as: cout) cin() Look up these commands in the C++ compiler Help Feature. Note: Take advantage of the Help utility in the IDE Edit window. Remember to comment your code. Industry demands that certain common coding practices are maintained. As time goes on, you will be required to adhere to a course-coding standard intended to form good coding practices. For your information. In industry, there is much consideration to the structure of a program. In the case of a "Real-Time application, there is the issue of uninterrupted collection and/or display of data. Programs can be written in a manner that causes all processing to stop while waiting for an event such as a keystroke. Programs can also be written in a manner that allows programs to continue processing data even though one process is waiting for an action. Identify where the sample program may cause all processing to stop. Introduction: Begin your program with the program header. This will represent the coding standard for all assignments. After you write your initial program, use the IDE Editor to make changes to your file LAB1.CPP and then Compile/Link/Run it again. If you make changes to your file or correct "bugs (and there will be). list these changes in the revision history section of your program header. It is professional and is good programming practice Submit a folder containing your diskette with the files LAB1.CPP and LAB1.EXE along with a printout of your LAB1.CPP file. All programs must be turned on the due date before the start of the lecture. You may also turn work in on-line

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_2

Step: 3

blur-text-image_3

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

Next Generation Databases NoSQLand Big Data

Authors: Guy Harrison

1st Edition

1484213300, 978-1484213308

Students also viewed these Databases questions

Question

Differentiate the function. r(z) = 2-8 - 21/2 r'(z) =

Answered: 1 week ago

Question

What are the Five Phases of SDLC? Explain each briefly.

Answered: 1 week ago

Question

How can Change Control Procedures manage Project Creep?

Answered: 1 week ago