Throw Course | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Throw Course

Can someone help me with this problem, I am completely lost: Create a CourseException class that extends Exception & whose constructor recieves a String that holds crs department(CIS), course number(101), & number of credits(3). Creata Course class witht the same fields whose constructors require values for each. Upon construction throw a CourseException is dept doesnt consist of 3 letters, crs number isnt 3 digits between 100 & 499, or credits are less than 0.5 or greater than 6. Write an app that establishes an array of at least six Course objects with valid & invaild values. Display appropriate emessage when created successfully or not?........please help?......

22nd Sep 2019, 7:41 PM
Jacques Cozart
Jacques Cozart - avatar
1 Answer
+ 1
The instructions are pretty fast forward, what do you need help with? Can you show us your attempts? Maybe I'm too late 😅
28th Feb 2020, 8:19 PM
Tashi N
Tashi N - avatar