( 9 |E Con AGCL & alge Sy limi Sy Gra OG Are #5 WO Wh: | eng | six http| abs| | Circ WE W Wel WA GA + X F -CO moodle.hku.hk/mod/vpl/view.php?id=1745357 New O HAExt 24 PChome 24h# #) y Yahoo!# 7 : :: My Acer: @ 2589015-25.. # MS_APMS_IS_ByM. | Requisition AGBS Samsung Account 1 Mobile01 Badges You are given the skeleton program, which uses a while loop to process user commands repeatedly until the materials put on Moodle will only be A Competencies user input exit. Complete the program by adding functions to handle the following commands. See below table exempted from copyright infringement for Grades for the full set of commands. the purpose of giving and receiving General You must use struct in this checkpoint. instruction under section 41A if (1) it's Quiz Command Description password-protected and (2) the intranet Course Project Assignment 2 (Due: Apr 18) page is available for NOT MORE THAN 12 Assignment 1 (Due: Mar 21) ado Add a course, the input contains the course code, the name and the lecturer. MONTHS. If you have such meterial in Each separated by a space and in a single word Module 0: Getting started with Moodle courses, please remove it at end of show Find the course by course code and print the information. logging onto CS ser.. academic year. Module 1: Linux Environment exit Terminate the program Module 2: Shell Script + Version Control Example 1 (User inputs are highlighted) ReadingList@HKUL Module 3. C/C++ Basics Module 4: Makefile, Programming add ENGG1330 ComputerProgrammingI Dirk Reading list for Style, Basic Debug.. add ENGG1340 ComputerProgrammingII Loretta COMP2113_ENGG1340_2BC_2019 Module 5: Functions add COMP2113 ProgrammingTechnologies RB Module 6: Arrays & Strings show ENGG1340 Module 7: File I/O, Structs & Name: ComputerProgrammingII, Lecturer: Loretta Recursion exit i Moodle Support Guidance Notes - FAQs for Teachers Module 7 Checkpoint Submission User guides for Teachers (Due: Apr 4, 11:59pm) Example 2 (User inputs are highlighted) - User guides for Students Checkpoint 7.3: [C++] File I/O - - Training & Workshops Report daily temp... add ENGG1330 ComputerProgrammingI Dirk show ENGG1330 Copyright Information temperature.txt Checkpoint 7.4: [C++] Reverse a Name: ComputerProgrammingI, Lecturer: Dirk DOW: The Library skills string (Due. Apr 4.. add ENGG1340 ComputerProgrammingII Loretta - FAQ on using IE browser Checkpoint 7.5: [C++] Course add COMP2113 ProgrammingTechnologies RB FAQ on viewing PDF file in iPad Management System (Du... show ENGG1340 Name: ComputerProgrammingII, Lecturer: Loretta - FAQ on Turnitin submission Description xit FAQ on file downloading issue in Moodle Submission with Kaspersky anti-virus software e PS 9 1+ 12:14 2020/4/4 E6 #include
using namespace std; MATH1853 Linear algebra, probability and QUIDWN 7 statistics [Section 2D, 2019] 8 - int main() { CCST9017 Hidden Order in Daily Life: A 9 string input; 10 Mathematical Perspective [2019] cin > > input; 11 - MATH1851 Calculus and ordinary 12 while (input != "exit") { if (input == "add") { differential equations [Section 1A, 2019] 13 / / handle add commnad 14 CCST9017 Hidden Order in Daily Life: A 15 - (input == "show") { Mathematical Perspective [Section 1B, 2019] 16 17 // handle show commnad ENGG1300 Fundamental mechanics 18 19 cin >> input; [Section 2C, 2019] 20 } return 0; ENGG1310_2C_ALL Electricity and 21 electronics [2019] ELEC2441 Computer organization and VPL microprocessors [Section 1A, 2019] A ENGG1320 Engineers in the modern world [Section 1A 20191 me PS 9 14+ 12:15 2020/4/4 E6CO moodlc.hku.hk/mod/vpl/forms/cdit.php?id=1745357&uscrid=195594# New S OF BEF O ANIt 24 PChome 24hi#*) y! Yahoo!501 :] :: My Acer:: ] 2809215-21.. # MS_APMS_IS_ByM. Requisition AGBS Samsung Account @1 Mobile01 ? Hou Tsung-Hao user_commands.cpp 0 Execution / / Handling user commands 8**Grader Starts**$ user_commands . cpp: In function #include user_commands . cpp: 30:25: error #include for (int j=0; j input; 11 * while (input != "exit") 12 if (input == "add") 13 14 struct coursed string code; 15 string name; 16 string lecturer; 17 18 const int max=100; 19 20 course classes [max]; 21 int i = 0; 22 getline(cin, classes[i]. code); getline(cin, classes[i]. name); 23 24 getline(cin, classes[i]. lecturer); i+=1; 25 // handle add commnad 26 27 if (input == "show") { 28 29 string check; 30 cin >> check; 31 for (int j=0; j > input; 38 39 return 0; 40 Description