C++
Assignment chap8
Write the program for the following 2 question and take the screenshot of the output screen.
1) For an array size of 10, find the highest and lowest values in a numeric array. (HINT: implement by using if condition within a loop)
2) Initialize two string arrays of any size and write a program to compare the strings.
(Note: extra element for the null character.)