
ECET 370 ECET370 Lab 4 Solution
ECET 370 Lab4 (DEVRY)
Lab #4: Templates
Objective: Write a program that uses a class template of three types. The class data members should be ID, age and scores[5]. Create two objects of the class with types <int, int, char> and <string, string, float>. Create functions to input object data, display object data, sort object scores and search for scores. No need for a menu.
Â
Tools required: PC & Visual studio software