COMP 248 Study Guide - Quiz Guide: Lanthanum Hexaboride

263 views1 pages

Document Summary

Due date: today, at the end of the lab period. You are required to design and implement a class called university according to the following specifications: Name : a string which holds the name of the university. Size : an integer that specifies the number of students registered in this university. Checks if the created universities are equals. Print a sentence that specifies if the 2 created universities objects are equals or not. Display the highest grant value of each of the created universities (use getbestgrant () method). Your file should be called lab6_studentid, where studentid is your student id number.