


![1 2777 5526.23 3223 7058.37 22431 4837.69 2612 5720.58 3 2540 5054.60 2729 5976.51 4 2557 5088.43 2892 6333.48 5 2515 5004.85 2249 4925.31 6 2456 4887.44 2828 6193.32 7 2610 5193.90 2839 6217.41 8 2595 5164.05 2875 6296.25 9 2651 5299.29 3219 7051.61 10 24544 4883.46 2803 6138.57 11 2707 5386.93 3295 7216.05 12 2893 5757.07 3522 7713.18 TASK4: ENDING YEAR REPORT Display message to ask for year yyyy, for example 2018 to form the name of input file -open file SalelnYear yvyy.txt Each lines contains the sale in one month Display the year report on the screen SalelnYear_vyyy.txt (SalelnYear_2018.txt) read line by line to add up each columns SALE REPORT IN: 2018 Model FA218: 31186 Model FA318: 35086 Total: 62083.94 76840.34 138924.28 Step1: Cre-ate the pseudo-code (QA2] Step2: Write the code start Virtual Studio C++, create the project FA2018PROJECT LastName, add cpp file FA2018PROJECT_SaleReport_yourLastName.cpp [QA1b] or [QA1d] -follow the pseudo-code and use C++ to write the code of the program Step3: compile and run the program Step4: debug if there is any errors to complete the program Submit on eCampus the source files: 1. FA2018PROJECT SaleReport yourlastName.cpp 2. FA2018PROJECT_LastName.exe 3. Pseudo-code 4. All output files for day, month, year](http://img.homeworklib.com/questions/4fcb7f30-a850-11eb-a5fd-a1be050c9a66.png?x-oss-process=image/resize,w_560)
c++ programming
no use of classes
use of functions
pseudo code with comments
We need at least 10 more requests to produce the answer.
0 / 10 have requested this problem solution
The more requests, the faster the answer.
c++ programming no use of classes use of functions pseudo code with comments Requirement: Provide one...
C++ code and also provide comments explaining everything Credit Card Debt The True Cost of Paying Minimum Payment Write a C++ program to output the monthly payment schedule for a credit card debt, when each month nothing more is charged to the account but only the minimum payment is paid. The output stops when the balance is fully paid - remaining balance = 0. Input: Data input must be done in a separate function. Input the following: credit card balance,...
Java Programming Task #2 String.split and the StringBuilder Class 1. Copy the file secret.txt (Code Listing 9.3) from the Student CD or as directed by your instructor. This file is only one line long. It contains 2 sentences. 2. Write a main method that will read the file secret.txt, separate it into word tokens. 3. You should process the tokens by taking the first letter of every fifth word, starting with the first word in the file. Convert these letters...
Using: C# Inventory Management System Objective: Work with multiple objects and reading data files. Description: A wholesale distributor has six warehouses (Atlanta, Baltimore, Chicago, Denver, Ely and Fargo) and sells five different items (identified by part number: 102, 215, 410, 525 and 711). Each warehouse may stock any or all of the five items. The company buys and sells these items constantly. Company transaction records contain a transaction code (‘P’ for a purchase or ‘S’ for a sale) followed by...
Write a program that demonstrates use of programmer - defined
data structures. Please provide code! Thank you.
Here are the temps given:
January 47 36
February 51 37
March 57 39
April 62 43
May 69 48
June 73 52
July 81 56
August 83 57
September 81 52
October 64 46
November 52 41
December 45 35
Janual line Iranin Note: This program is similar to another recently assigned program, except that it uses struct and an array of...
Requirement 4 Complete the cost of Goods Sold schedule. (Always use cell references and formulas where appropriate to receive full credit. All values should be added as positive numbers.) Fremont Troll House Cookies Schedule of Cost of Goods Sold Month Ended March 31, 2018 Cost of Goods Sold HINTS values other than the value for Ending Finished Goods Inventory should be entered as positive values. Use minus sign to enter the value for ing Finished Goods Inventory. Cell | Hint:...
Question I This question carries 20% of the marks for this assignment. You are asked to develop a set of bash shell script: Write a script that asks for the user's salary per month. If it is less or equals to 800, print a message saying that you need to get another job to increase your income, what you earn is the Minim living cost. If the user's salary is higher than 800 and below 2000, print a message telling...
I need help with this assignment in C++,
please!
*** The instructions and programming style details
are crucial for this assignment!
Goal: Your assignment is to write a C+ program to read in a list of phone call records from a file, and output them in a more user-friendly format to the standard output (cout). In so doing, you will practice using the ifstream class, I'O manipulators, and the string class. File format: Here is an example of a file...
PLEASE WRITE CODE FOR C++ ! Time Validation, Leap Year and Money Growth PartA: Validate Day and Time Write a program that reads a values for hour and minute from the input test file timeData.txt . The data read for valid hour and valid minute entries. Assume you are working with a 24 hour time format. Your program should use functions called validateHour and validateMinutes. Below is a sample of the format to use for your output file timeValidation.txt : ...
Can you solve this proble by using C# application? C# is one of programming languages supported by Visual Studio 2015. It combines the features of Java and C ++ and is suitbale for rapid application development. A retail company must file a monthly sales tax report listing the total sales for the month, and the amount of state and county sales tax collected. The state sales tax rate is 4% and the county sales tax rate is 2%. Create an...
Please Use C++ Language. Thank you. Please I need the actual code. Donot post psudocode!! And also I have codes but just donot work so make sure that it works. Requested files: CrosswordGenerator.cpp, CrosswordGenerator.h, CrosswordGenerator_test.cpp CrosswordGenerator - Write a program that helps to generate a crossword puzzle by organizing words that share letters. For this assignment, you will write a program that forms the basis of a crossword puzzle generator. In order to create a crossword puzzle you need to...