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
2 Answers
+ 4
Homework right? đ