0

How to make a program with c++ like this description?

Known student attributes consist of name, value, and age. Create a program that searches for the second row of the student name with the highest score and the youngest age using the data record. ex : nilai : 100, 100, 100, 99, 98 umur : 21, 23, 19, 15, 15 output : 100 21

17th Oct 2017, 2:39 AM
Dwi Rahmasari F
2 Answers
+ 4
Homework right? 📚
17th Oct 2017, 3:51 AM
Manual
Manual - avatar