Discuss the cause of the inaccuracy in the original code

Assignment Help C/C++ Programming
Reference no: EM131239357

Part 1: Write, Run, and Observe the Application

Review Hello World!, Variables and Basic IO and create an application that determines miles-per-gallon, if you know the number of miles driven and number of gallons of gas you put in the tank.

Follow these steps to complete Part 1 of your assignment.

1. Access the Toolwire desktop environment via the Toolwire resources in Unit 1.

2. Launch Code::Blocks.

3. Click the following:
- File, New, Project.
- Console Application.
- Go.
- Next.
- C++.
- Next.

4. In the Project Title field, type calcMileage.

5. In Folder to create project in:, click ...

6. In Folder, click Make New folder and type calcMileage.

7. Click the calcMileage folder.

8. Click OK.

9. Click Next.

10. Click Finish.

11. Open the main.cpp file under Sources.

12. In the editor, type the following calcMileage application, using this template.
#include <iostream>

using namespace std;

int main()
{
int miles;
int gallons;
float mpg;

cout << "Enter miles: ";
cin >> miles;
cout << "Enter gallons: ";
cin >> gallons;
mpg = miles / gallons;
cout << "Miles per gallon: " << mpg;
return 0;
}

13. Click Build, Build and Run.

14. Enter the number of miles.

15. Enter the number of gallons.

16. Observe the results.

17. Assignment Overview

18. For this assignment, you will write your first C++ application, called calcMileage. The goal of this program is to determine miles-per-gallon based on the number of miles driven and the number of gallons of gas you put in the tank. You will use the Code::Blocks software to write this application. Access this software via the Toolwire virtual desktop activity link in this unit.

19.

20. Assignment Instructions

21. Part 1: Write, Run, and Test the Application

22.

23. Use the code in the Unit 1, Part 1 Assignment Instructions document linked in the Resources to complete this part of your assignment. Be sure to test the application with a variety of values before you proceed to Part 2. The program produces accurate results with some numeric values but not with others. Note when the results are accurate and when they are not.

24.

25. Part 2: Improve the Application

26.

27. Based on the material in the study, modify the code to fix the accuracy problem. Be sure to comment and format the code.

28.

29. Part 3: Describe the Application

30.

31. After running your application and observing the results, write a 1-2 page paper in which you complete the following:

32.

33. Define the variables in an application.

34. Define the expressions in an application.

35. Explain the data types in an application.

36. Discuss the cause of the inaccuracy in the original code and the approach used to fix the problem.

37. Ensure that your writing is professional and consistent with the standards and conventions of the IT community.

38.

39. Submit both the .cpp source code file and the Word document with the paper.

40.

41. Submission Requirements

42. Refer to the Variables, Expressions, and Data Types Assessment Scoring Guide to ensure that you meet the grading criteria for this assessment.

43.

44. Your completed assignment should include the following:

45.

46. Demonstrate the ability to apply math in a program.

47. Define the variables in an application.

48. Define the expressions in an application.

49. Explain the data types in an application.

50. Communicate effectively in a business environment.

When complete, compress your C++ program into a ZIP archive and submit your archive in the assignment area.

Be sure to name your archive using the following format IT3348_u01a1_FirstName_LastName.zip

Verified Expert

Goal of this application is to determine miles-per-gallon based on the number of miles driven and the number of gallons of gas you put in the tank. The original code was slightly modified to solve the inaccuracy problem. The original code showed some problem when the variable miles receive a decimal number. The code also showed some error when variable takes a value which is out of range of the integer type.The modified code solves this inaccuracy problem. Data type double is used instead of int.The Application was wrote, run, and tested using Code::Blocks software. The program was written in C++.

Reference no: EM131239357

Questions Cloud

Determinants for supply and demand : What are the determinants for supply and demand? Explain each one in detail.
Evaluation of corporate performance : Evaluation of Corporate Performance - The Final Paper will involve applying the concepts learned in class to an analysis of a company using data from its annual report
Create transaction deposit accounts : Explain how a bank's ability to create transaction deposit accounts through loans creates money.
What was main problem faced by the abbasid empire : Which of the following was not a reason for the success of Muhammad and his followers in spreading Islam? What was main problem faced by the Abbasid Empire?
Discuss the cause of the inaccuracy in the original code : Create an application that determines miles-per-gallon, if you know the number of miles driven and number of gallons of gas you put in the tank - Be sure to test the application with a variety of values before you proceed to Part 2. The program pr..
Drive around a county and observe number of houses built : Is it reasonable to think of these 52 counts as a random sample from a Poisson distribution with mean µ? Why or why not? (Hint: it can take several months, or even longer, to build a house. Is construction cyclic?)
Discuss the simple mechanism from increase cash rate : One senior economist thinks it is likely that the interest rate would rise in the second half of the year. Discuss the simple mechanism from an increase cash rate in the official sort term money market to other interest rates and finally to change..
Supply of oil decreased : The Wall Street Journal (newspaper) of September 9, 2016, reported "recent tropical storms and hurricanes in the Gulf of Mexico interrupted oil shipments to oil refineries in the area." When an economist says the "supply of oil decreased" she means t..
Most new residential real estate agents are salaried : Which of the following careers in real estate would involve primarily working with local governments and civic groups for the purpose of anticipating future growth and land use changes? Property owners who deal only with their own property are not re..

Reviews

Write a Review

C/C++ Programming Questions & Answers

  Create program that uses functions and reference parameters

Create program that uses functions and reference parameters, and asks user for the outside temperature.

  Write a program using vectors and iterators

Write a program using vectors and iterators that allows a user to maintain a personal list of DVD titles

  Write the code required to analyse and display the data

Calculate and store the average for each row and column. Determine and store the values for the Average Map.

  Write a webservices application

Write a webservices application that does a simple four function calculator

  Iimplement a client-server of the game

Iimplement a client-server version of the rock-paper-scissors-lizard-Spock game.

  Model-view-controller

Explain Model-View-Controller paradigm

  Design a nested program

How many levels of nesting are there in this design?

  Convert celsius temperatures to fahrenheit temperatures

Write a C++ program that converts Celsius Temperatures to Fahrenheit Temperatures.

  Evaluate and output the value in the given base

Write C program that will input two values from the user that are a Value and a Base with which you will evaluate and output the Value in the given Base.

  Design a base class shape with virtual functions

Design a base class shape with virtual functions

  Implementation of classes

Implementation of classes Chart and BarChart. Class barChart chould display a simple textual representation of the data

  Technical paper: memory management

Technical Paper: Memory Management, The intent of this paper is to provide you with an in depth knowledge of how memory is used in executing, your programs and its critical support for applications.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd