Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

please code in C++ Copyright 2013, Dennis Rainey Page 1 of 1 Lab 1 (2 programs) (Lec. 1 and 2) NOTE: These exercises cover declaring

please code in C++ image text in transcribed
Copyright 2013, Dennis Rainey Page 1 of 1 Lab 1 (2 programs) (Lec. 1 and 2) NOTE: These exercises cover declaring variables, data types, math expressions, as well as cout >. (see the output for more notes) Lab 1a - Project: Banking 1.) Create a new project and name it: Lab_1a 2.) Add a new file and name it: Source.cpp 3.) Write a program that produces the following output: (User enters these values.) Enter your present checking account balance: 1000 Enter your present savings account balance: 1500 Enter the amount to be deposited into your savings account: 500 Enter the amount of the check you wish to write: 400 After the deposit, the savings account balance is $2,000. After writing the check, the checking account balance is $600. After both transactions, the total of the two accounts is $2,600. Well, your not exactly rich, but not bad. Lab 1b - Project: Names 1.) Create a new project and name it: Lab_1b 2.) Write a program that produces the this output: (Use variables for names in the output) Enter your first name: Tom + (User enters these values.) Enter your last name: Lee Hi Tom Lee. What is the last name of your friend? Simpson (you can enter whatever name you want) What is his first initial? O Wait a minute, what is his middle initial? J I cannot believe your friend is o. J. Simpson. Press any key to continue

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

Information Modeling And Relational Databases

Authors: Terry Halpin, Tony Morgan

2nd Edition

0123735688, 978-0123735683

More Books

Students also viewed these Databases questions

Question

WHAT IS AUTOMATION TESTING?

Answered: 1 week ago

Question

What is Selenium? What are the advantages of Selenium?

Answered: 1 week ago

Question

Explain the various collection policies in receivables management.

Answered: 1 week ago

Question

5. Discuss the role of the Web in career management.

Answered: 1 week ago

Question

4. Design a career management system.

Answered: 1 week ago