subject

Create a class named collegecourse that includes data fields that hold the department (cmps), the course number (1302), the credit hours (3), and the fee for the course ($360). all of the fields are required as arguments to the constructor, except the fee, which is calculated at $120 per credit hour. include a display() method that displays the course data. create a subclass (child class) named labcourse that adds $50 to the course fee for lab material. override the parent display() method to indicate that the course is a lab course and to display the updated course fee. write an application name usecourse that prompts the user for course information. if the user enters a class in any of the following departments (biol, chem, cmps, phys), create a labcourse; otherwise create a collegecourse. then display the course information. save the files as collegecourse. java, labcourse. java, usecourse upload or copy the java file into the dropbox and submit

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 16:20
Octothorpe is another name for what common computer keyboard symbol?
Answers: 1
question
Computers and Technology, 22.06.2019 19:20
Write a program that prompts the user to input a string. the program then uses the function substr to remove all the vowels from the string. for example, if str = "there", then after removing all the vowels, str = "thr". after removing all the vowels, output the string. your program must contain a function to remove all the vowels and a function to determine whether a character is a vowel.
Answers: 2
question
Computers and Technology, 23.06.2019 06:40
How many nibbles can be stored in a 16-bit word?
Answers: 1
question
Computers and Technology, 24.06.2019 02:00
Read the following scenario, and then answer the question below. you want to send an e-mail to your boss requesting a meeting to discuss a raise. what is the best example of an e-mail to an employer about this meeting? “hey jason. can we chat about getting me more money soon? let me know. peace, meg.” “hello jason. pardon me for sending yet another e-mail today about my need to talk to you about my position and a possible pay increase. i am dying to know when you can talk. sincerely, meg.” “hello jason. i have been with the company for one year and have taken on more responsibilities than outlined in my job description. i would appreciate an opportunity to speak with you about my position. let me know when we can schedule a meeting. you, meg.” “greetings jason! i hope this e-mail finds you well and happy today. i really, really want to talk to you about something important. i am not sure if you have time. i hope you do. get back in touch with me and let me know when we might talk. ever so much for taking the time to read this. sincerely, meg.”
Answers: 3
You know the right answer?
Create a class named collegecourse that includes data fields that hold the department (cmps), the co...
Questions
Questions on the website: 13722363