Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question 4 in C++ please Uompiere the programm max.cpp which uses two TUNCTIONS Teaccata ana mwax to find the maximum and minimum of a set
Question 4 in C++ please
Uompiere the programm max.cpp which uses two TUNCTIONS Teaccata ana mwax to find the maximum and minimum of a set of floats stored in the file minmaxin.txt. You can assume that the number of values in the file is less than 100. The first number in this file is an int indicating the number of floats which follow. The function readdata() opens the input file minmaxin.txt, reads the first number, n, and then reads the following n floats into an array. The file is then closed by the function. The function minmax() computes the minimum and maximum values found in the array. The main program prints the maximum and minimum. The content of the output file minmaxout.txt will be: The array has 80 elements The maximum value in the array is 63.606 The minimum value in the array is 4.8089 /* File: minmax.cpp Programmer: Date: #includeStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started