Question: Write a program to ask the user to enter the courses he/she has registered for the next semester and find out the number of
Write a program to ask the user to enter the courses he/she has registered for the next semester and find out the number of computer science courses. Note: singular vs. plural for the word "course" (30 points) Example 1: Enter the course title: CSCI 120: Intro to Computer Science II Enter the course title: MATH 120 Enter the course title: CORE 100: New Student Orientation Seminar Enter the course title: SPAN 101 Enter the course title: CSCI 210 Enter the course title: Done You have registered for 2 computer science courses. Example 2: Enter the course title: CSCI 120: Intro to Computer Science II Enter the course title: MATH 120 Enter the course title: CORE 100: New Student Orientation Seminar Enter the course title: SPAN 101 Enter the course title: CHEM 210 Enter the course title: Done You have registered for 1 computer science course.
Step by Step Solution
3.40 Rating (175 Votes )
There are 3 Steps involved in it
Objective The Python script is designed to help students count the number of computer science courses they have enrolled in for a semester How It Works The user enters the titles of their courses The ... View full answer
Get step-by-step solutions from verified subject matter experts
