Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The heading is 'Laboratory training No7' not 'Laboratory training No6' Additional information from lab 5 kindly follow the task statement for lab 7 and please

The heading is 'Laboratory training No7' not 'Laboratory training No6'

image text in transcribed Additional information from lab 5

image text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedimage text in transcribed kindly follow the task statement for lab 7 and please help me solve the task and do the de-bugging aspect for each task (array 38,array 69 and matrix 34) and put the screenshot of each task according to the way the tasks are being posted. That is solve for 'array 38' and do the de-bugging and screenshot it,solve for 'array 69' and do the de-bugging and screenshot it and solve for 'matrix 34' and do the debugging and screenshot it.

Laboratory training No6 Topic: "Work with files" GOAL Study theory materials from concept of file and main file processing libraries in C/C++. Implement algorithms with files reading and writing on C++ language using Visual Studio TASKS STATEMENT Task 1, Structure code for solving task 2 from lab.5 using functions. Define three separate functions for: array input from a text file, result output to the same file (append) and array processing. Additional variables value should be entered from console Task 2. Structure task 3 from lab.5 using functions. Define three separate functions for: matrix input from a text file, result output to another text file (rewrite) and matrix processing. Additional variables value should be entered from console Task 3. To provide repeating user choice one of the three tasks use an algorithm for the console menu organization using switch and while(do-while) statement Variants of the files in tab.1 Each task should be represent as separate void function (void taskl0 f) Add to the report the code of main.cpp file (with your comments!!!), flowcharts for the functions from tasks 1-2, input/output files contents and the screen shot with the results of the running application. Example of the input text file for task 1: 24572 Example of the input text file for task 2: 2 5 24572 18350 Example of array input/output fiunctions declaration void get_ mas (char* filename, int in mas[, int & in n); void show mas (char* filename, const int out mas[N], const int n)

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_2

Step: 3

blur-text-image_3

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

The Database Experts Guide To SQL

Authors: Frank Lusardi

1st Edition

0070390029, 978-0070390027

More Books

Students also viewed these Databases questions