Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Homework Week 2 Assignment Review OOP and classes READ CHAPTER ONE (1) in text book. Part 1 - Install an IDE for C++ on your

Homework Week 2 Assignment Review OOP and classes READ CHAPTER ONE (1) in text book.

Part 1 - Install an IDE for C++ on your computer.

What IDE do you use ?

What are the 4 Essential windows called in your IDE ?

What do the 4 Essential windows in an IDE do ?

Use file name: Week2YourNameParts12

Part 2 - Research and Write up

1) What is the ' Water Fall' SDLC and what type of jobs would be associated with each step ?

What characteristics do all its parts have in common ?

Why is it important to be aware of and use SDLC's ?

2) What is meant by ADT.. ?

Give a full and clear explanation and example.

Explanations mindlessly copied and pasted from the Internet will receive 0 points.

Place answer in same file as above: file name: Week2YourNameParts12

Part 3 Write OO Program. You may work individually or in a team of 2 students. Create a class called CAR. Have several variables - use necessary variables that store gas level, amount of gas, gear car is in, car in motion.. etc Have functions that do: Check the battery level Check the gas level Turn right, Left, Go Straight Put car in forward gear Put car in backward gear Start Car (function should check if batter is good and you have gas) Example: If good then print message "car started", if not "print car not started because ...." Park Car Move car # number of feet. (Car uses 1 unit of gas per 50 feet) (subtract 1 unit of gas per 50 feet traveled) As the car moves (determine if it needs gas) Note: as you instruct the computer to perform a command in the main function, have your function print out messages for each action. Have a dashboard/Interface in which the user can make interactive/Live choices on how to drive the car. Very simple. Be creative.

Use filename: Week2YourNamePart3Car

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

Databases On The Web Designing And Programming For Network Access

Authors: Patricia Ju

1st Edition

1558515100, 978-1558515109

More Books

Students also viewed these Databases questions