Suggest a way to fix the issues

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

Case: For each of the code fragments below, identify the type of software flaw(s) found and suggest a way to fix the issue(s). It is recommended that you identify the problem without using a computer. After identifying the problem, you may use a computer to verify your answer. Place Your Order Now!

Code Fragment #1
for (int x=0; x<5; x++) {
cout <<"Value of x is " << x << endl;
return 0;
}

Code Fragment #2
const int val = 5;
int x=0;
while (x < 5)
cout <<"Value of x is " << x++ << endl;
return 0;

Code Fragment #3
const int x[5] = {1 , 2, 3, 4, 5};
for (int i=1; i<6; i++)
cout <<"Value of x[ "<< i << "] = " << x[i] << endl;
return 0;

Code Fragment #4
#include <iostream>
#include <limits>
using namespace std;
int main()
{
int x;
//find the maximum integer value and avoid an overflow
int imax = std::numeric_limits<int>::max();
cout <<"Enter a value for x: ";
cin >> x;
if (x > imax)
cout << "overflow\n";
else
cout << x;
return 0;
}

Submit a 2- to 3-page paper in APA format that contains the original code fragment, a description of the coding flaw in each, and your proposed solution to fix each flaw.

Your document should be 2-3 pages long (not including the list of references and cover page), but it is the quality of the work that is important, not the number of pages. Cite and reference all sources using APA format and style guidelines and submit in a single document.

Reference no: EM133844666

Questions Cloud

What is the purpose of splint : What is the purpose of a splint? What assessment findings on a patient who sustained an extremity fracture would alert the nurse to potential complications?
What is the argument the author is making : What is the argument the author is making? How does this source relate to my topic, and what have I learned from this work?
Political campaign which represented healthcare issue : Discuss your experience with lobbying or being involved in a political campaign which represented a healthcare issue.
What therapeutic relationship is in psychiatry : Briefly explain what a therapeutic relationship is in psychiatry. Explain how you would share your diagnosis of borderline personality disorder
Suggest a way to fix the issues : Identify the type of software flaws found and suggest a way to fix the issue(s). It is recommended that you identify the problem without using a computer
Describe what types of issues antonios family has to endure : Describe what types of issues Antonio's family has to endure. How would you describe Antonio's childhood? Elaborate on how Antonio feels about Ultima.
Regarding establishment of a neonatal intensive care unit : The CEO of the hospital to provide a proposal to the hospital's Board of Directors regarding establishment of a neonatal intensive care unit
Innovative ideas improve health system performance : Why will the implementation of these innovative ideas improve health system performance?
Administrative expendable supplies : Dr. Harris has asked Laurie to establish an inventory spreadsheet of all the office's administrative expendable supplies,

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