MCPcopy Create free account
hub / github.com/Rustam-Z/cpp-programming / TakeData

Method TakeData

Lab_10/studentCourseEvaluation.cpp:23–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22public:
23 void TakeData()
24 {
25 cout << "ID : ";
26 cin >> student_id;
27 cout << "Name: ";
28 cin >> student_name;
29 cout << "OOP2: ";
30 cin >> OOP2_Score;
31 cout << "Math: ";
32 cin >> math_Score;
33 cout << "English: ";
34 cin >> english_Score;
35 ctotal();
36 }
37 void showData()
38 {
39

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected