Can anyone help me to complete this assignment?
Create 4 classes: Bowler 2.Spinner 3.Medium 4.Fast Each class will have a function named âspeedâ which will output speed as specified by class name. You will program this as follows First Program should display your complete profile information (Your name, father name, reg no, program, semester, section etc.) You will take as an input the last two digit of your Reg No. For example your ID is K1S17BCS0023 so you take here â23â as input and program will decide which range it belongs to i.e. Fast, Medium, Spinner For this you create bowler type object and later on initialize it with spinner, medium and fast bowler as per below provided ranges. Spinner pace bowler has range of 00 to 33 Medium pace bowler has range of 34 to 66 Fast pace bowler has range of 67 to 100 If bowler pace is not in the specified range then the object type must be bowler. Further, if any user tries to enter alphabetical value, it should through Exception and let the user to enter a new numeric value. Note: Program must show