Given the following array and output: int a[] = { 10, 5, -98, 3, 36}; Example Output -98 36 1. Write a few lines of code to calculate and print the minimum and maximum values of the array as displayed...


c++ problem


Given the following array and output:<br>int a[] = { 10, 5, -98, 3, 36};<br>Example Output<br>-98 36<br>1. Write a few lines of code to calculate and print the minimum and maximum values of the array as displayed in the example output.<br>

Extracted text: Given the following array and output: int a[] = { 10, 5, -98, 3, 36}; Example Output -98 36 1. Write a few lines of code to calculate and print the minimum and maximum values of the array as displayed in the example output.

Jun 01, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here