Two Dimensional Array with functionWrite a program that uses two dimensional array to store the highest and lowest temperatures of each...
My problem here is that, it cant display the name and average of student with the highest and lowest average. Thank you guys!Thank you guys for the help!
ATM Stimulation Topics: Interractive Input-Process-Output, Conditional & Looping, Array and string, functions (Add...
My problem here is that, it cant display the name and average of student with the highest and lowest average. Thank you guys!Thank you guys!
My problem here is that, it cant display the name and average of student with the highest and lowest average. Thank you guys!#include<iostream> using namespace std; struct student { char name[3]; int score[2]; fl...