User profile: ImCristal

User info
User name:ImCristal
Name:Crista Need Help
Location:Philippines
Bio:I need help😔
History
Joined:
Number of posts:5
Latest posts:

Two Dimensional Array with function
Write 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...