Write a program that asks for a students name and number of


Write a program that asks for a student's name and number of courses he is taking. Using a loop, ask for the name of each of the courses. If the student is taking CSCI1302 then display the message "Good luck!". If the student is not enrolled in CSCI1302 then display the message "You are missing out! Provide a test plan to test the code to verify the program works correctly. Modify your program to Create and use an ArrayList to store the names of the courses the student is taking. Write a method that returns the number of CSCI courses the student is taking. Pass the ArrayList to the method and count the number of courses that begin with the letters ‘C', ‘S', ‘C' and 'I'.

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Write a program that asks for a students name and number of
Reference No:- TGS0567883

Expected delivery within 24 Hours