1. Suppose that an engineering student will enroll for a single elective next term. The engineering student must choose a course from the available list of options: "Engineering Data Analysis," "Numerical Methods and Analysis," "Advanced Engineering Mathematics," "Statistical Design," or "Advanced Differential Equations." Create a script file that will prompt the student for his/her choice, read in the choice, and use the answer as the case expression for a switch construct. Be sure to handle the case of an invalid course Case 1: Engineering Data Analysis Case 2 Numerical Methods and Analysis Case 3: Advanced Engineering Mathematics Case 4: Statistical Design Case 5. Advanced Differential Equations
没有找到相关结果