MCPcopy Create free account
hub / github.com/ShiqiYu/CPP / printInfo

Method printInfo

week09/examples/array.cpp:61–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 male = isMale;
60}
61void Student::printInfo()
62{
63 std::cout << "Name: " << name << std::endl;
64 std::cout << "Born in " << born << std::endl;
65 std::cout << "Gender: " << (male ? "Male" : "Female") << std::endl;
66}
67
68int main()
69{

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected