Select Page

UHV C++ Program that Compiles and Run Successfully on Visual Studio 2017 or 2019

Question Description

Write a complete C++ program that meets the following requirements:

undefined

This program must compile and run successfully on either Visual Studio 2017 or 2019. Any C++ program that does not compile and run successfully on either version will receive a grade of 0. The program must be written in C++. For every day a project is turned in late, 50 points will be deducted. 5 points are deducted for each resubmission. If you submit multiple solutions, the only solution that will be graded is the last one. The grade will include a late penalty if the last one was submitted past the due date but prior versions were not.

undefined

Program Requirements:

undefined

  • Declare a struct named stock
    • Name (string)
    • Price on Day 1 (float)
    • Price on Day 2 (float)
    • Percent change (float)
  • Ask the user to input how many stocks he’ll enter
  • Input that number
  • Use a loop to input the following stock data and compute the percent change:
    • Input:
      • Name of Stock
      • Price on Day 1
      • Price on Day 2
    • Compute the Percent change
  • Use a loop to compute the stock whose percent change increased the most
  • Output the stock in the vector whose percent change increased the most
    • Output all contents of that stock
      • Name
      • Price on Day 1
      • Price on Day 2
      • Percent change

"Place your order now for a similar assignment and have exceptional work written by our team of experts, guaranteeing you "A" results."

Order Solution Now