Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Browse C

Alphabetical listing with fast deep pagination.
81169 items • Page 1397 / 1624

All 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Create a class named College Course that includes data fields that hold the depa
Create a class named College Course that includes data fields that hold the department (for example, ENG), the course number (for example, 101), the credits (for example, 3), and …
Create a class named College Course that includes data fields that hold the depa
Create a class named College Course that includes data fields that hold the department (for example, ENG), the course number (for example, 101), the credits (for example, 3), and …
Create a class named CollegeCourse that includes data fields that hold the depar
Create a class named CollegeCourse that includes data fields that hold the department (for example, ENG), the course number (for example, 101), the credits (for example, 3), and t…
Create a class named CollegeCourse that includes data fields that hold the depar
Create a class named CollegeCourse that includes data fields that hold the department (for example, ENG), the course number (for example, 101), the credits (for example, 3), and t…
Create a class named CollegeCourse that includes data fields that hold the depar
Create a class named CollegeCourse that includes data fields that hold the department (example ENG), the course number (example 101), the credits (example 3) and a fee for the cou…
Create a class named CollegeCourse that includes data fields that hold the depar
Create a class named CollegeCourse that includes data fields that hold the department (for example, ENG), the course number (for example, 101), the credits (for example, 3), and t…
Create a class named Commission that includes three variables: a double sales fi
Create a class named Commission that includes three variables: a double sales figure, a double commission rate, and an integer commission rate. Create two overloaded methods named…
Create a class named Commission that includes three variables: a double sales fi
Create a class named Commission that includes three variables: a double sales figure, a double commission rate, and an int commission rate. Create two overloaded methods named com…
Create a class named Commission that includes three variables: a double sales fi
Create a class named Commission that includes three variables: a double sales figure, a double commission rate, and an int commission rate. Create two overloaded methods named com…
Create a class named CookieJar and implement the following method in it. • publi
Create a class named CookieJar and implement the following method in it. • public static void cashingIn(File input, File output) This method receives an input file with your count…
Create a class named DictionaryWord as: DictionaryWord - word: String - meanings
Create a class named DictionaryWord as: DictionaryWord - word: String - meanings: String + DictionaryWord (String word, String meanings) + getWord(): String + setWord (String word…
Create a class named Distance that contains two methods The first method should
Create a class named Distance that contains two methods The first method should he named feet To Meters. and should take in some number of feet and return the corresponding number…
Create a class named Doctor that has three member variables: name - A string tha
Create a class named Doctor that has three member variables: name - A string that stores the name of the doctor num Patients - An integer that tracks how many patients the doctor …
Create a class named Done and in that class, Write a function named isEven which
Create a class named Done and in that class, Write a function named isEven which takes in a single int parameter and returns a boolean. This function should return true if the giv…
Create a class named Employee that has three member variables: name – A string t
Create a class named Employee that has three member variables: name – A string that stores the employee’s name numDependents – An integer that tracks how many dependents the emplo…
Create a class named Employee with private name and a salary data fields, a toSt
Create a class named Employee with private name and a salary data fields, a toString method to print the data, and get and set methods for the two private data items. Create anoth…
Create a class named Employee with private name and a salary data fields, a toSt
Create a class named Employee with private name and a salary data fields, a toString method to print the data, and get and set methods for the two private data items. Create anoth…
Create a class named Employee. Data members include the Employee’s ID number, fi
Create a class named Employee. Data members include the Employee’s ID number, first and last names, and hourly pay rate. Member functions include overloaded insertion and extracti…
Create a class named Employee. The class should store the following information.
Create a class named Employee. The class should store the following information. * first name * last name * employee number Create a class named HourlyEmployee that inherits from …
Create a class named Employee. The class should store the following information.
Create a class named Employee. The class should store the following information. first name last name employee number Create a class named HourlyEmployee that inherits from the Em…
Create a class named Employee. The class should store the following information.
Create a class named Employee. The class should store the following information. first name last name employee number Create a class named HourlyEmployee that inherits from the Em…
Create a class named EmployeeRecords. Data fields included are employee name, em
Create a class named EmployeeRecords. Data fields included are employee name, employee ID, hours worked, hourly pay rate. Save the class as EmployeeRecords.java and submit to your…
Create a class named FormLetterWriter that includes two overloaded methods named
Create a class named FormLetterWriter that includes two overloaded methods named displaySalutation(). The first method takes one String parameter that represents a customer's last…
Create a class named FormLetterWriter that includes two overloaded methods named
Create a class named FormLetterWriter that includes two overloaded methods named displaySalutation(). The first method takes one string parameter that represents a customer's last…
Create a class named Frame with two data members of xdim and ydim. Write a const
Create a class named Frame with two data members of xdim and ydim. Write a constructor to initialize two values. Declare a friend class named Display in it. Then declare Display c…
Create a class named GirlScout that containsfields for a GirlScout\'s name, troo
Create a class named GirlScout that containsfields for a GirlScout's name, troopnumber, and dues owed. Include a constant static field that containsthe last words of the GirlScout…
Create a class named GlobalWarming. In that class, define the following instance
Create a class named GlobalWarming. In that class, define the following instance variables and methods:] Instance Variables name: A String that is the name of the person taking th…
Create a class named GlobalWarming. In that class, define the following instance
Create a class named GlobalWarming. In that class, define the following instance variables and methods:] Instance Variables name: A String that is the name of the person taking th…
Create a class named GlobalWarming. In that class, define the following instance
Create a class named GlobalWarming. In that class, define the following instance variables and methods:] Instance Variables name: A String that is the name of the person taking th…
Create a class named GlobalWarming. In that class, define the following instance
Create a class named GlobalWarming. In that class, define the following instance variables and methods:] Instance Variables name: A String that is the name of the person taking th…
Create a class named Grade. Include fields for a student ID number, student name
Create a class named Grade. Include fields for a student ID number, student name, numeric test score, possible points, and letter grade. The constructor requires the student ID, n…
Create a class named Horse that contains data fields for the name, color, and bi
Create a class named Horse that contains data fields for the name, color, and birth year. Include get and set methods for these fields. Next, create a subclass named RaceHorse, wh…
Create a class named Horse that contains data fields for the name, color, and bi
Create a class named Horse that contains data fields for the name, color, and birth year. Include get and set methods for these fields. Next, create a subclass named RaceHorse, wh…
Create a class named HotelRoom that includes an integer field for the room numbe
Create a class named HotelRoom that includes an integer field for the room number and a double field for the nightly rental rate. Include get methods for these fields and a constr…
Create a class named IntegerSet. Instances of the IntegerSet class will hold a s
Create a class named IntegerSet. Instances of the IntegerSet class will hold a set of integers of a specified size (the size can be different for each IntegerSet, the size can be …
Create a class named Invoice that holds an invoice number, balance due, and thre
Create a class named Invoice that holds an invoice number, balance due, and three fields representing the month, day, and year when the balance is due. Create a constructor that a…
Create a class named JPanelOptions that extends JPanel and whose constructor acc
Create a class named JPanelOptions that extends JPanel and whose constructor accepts two colors and a String. Use the colors for background and foreground to display the String. C…
Create a class named JumboJet. A JumboJet has fields for aircraft model as a Str
Create a class named JumboJet. A JumboJet has fields for aircraft model as a String, number of seats as an Integer, and fuel tank capacity as an Integer. Please include methods to…
Create a class named LibraryBook that contains fields to hold methods for settin
Create a class named LibraryBook that contains fields to hold methods for setting and getting a LibraryBook's title, author, and page count. Save the file as LibraryBook. java. Wr…
Create a class named MATRIX to represent a 2-D matrix of integers. Class MATRIX
Create a class named MATRIX to represent a 2-D matrix of integers. Class MATRIX should allow you to construct a 2-D matrix of any size. Define addition, subtraction and multiplica…
Create a class named Majors that includes an enumeration for the six majors offe
Create a class named Majors that includes an enumeration for the six majors offered by a college as follows: ACC, CHEM, CIS, ENG, HIS, PHYS. Display the enumeration values for the…
Create a class named Module 4 containing the following data members and methods
Create a class named Module4 containing the following data members and methods (note that all data members and methods are for objects unless specified as being for the entire cla…
Create a class named Movie that can be used with your video rental business. The
Create a class named Movie that can be used with your video rental business. The Movie class should track the Motion Picture Association of America (MPAA) rating (e.g., Rated G, P…
Create a class named Movie that can be used with your video rental business. The
Create a class named Movie that can be used with your video rental business. The Movie class should track the Motion Picture Association of America (MPAA) rating (e.g., Rated G, P…
Create a class named Movie that can be used with your video rental business. The
Create a class named Movie that can be used with your video rental business. The Movie class should track the Motion Picture Association of America (MPAA) rating (e.g., Rated G, P…
Create a class named Movie that can be used with your video rental business. The
Create a class named Movie that can be used with your video rental business. The Movie class should track the Motion Picture Association of America (MPAA) rating (e.g., Rated G, P…
Create a class named Movie that can be used with your video rental business. The
Create a class named Movie that can be used with your video rental business. The Movie class should track the Motion Picture Association of America (MPAA) rating (e.g., Rated G, P…
Create a class named Movie that can be used with your video rental business. The
Create a class named Movie that can be used with your video rental business. The Movie class should track the Motion Picture Assoiation of America (MPAA) rating (e.g., Rated G, PG…
Create a class named Movie that can be used with your video rental business. The
Create a class named Movie that can be used with your video rental business. The Movie class should track the Motion Picture Association of America (MPAA) rating (e.g., Rated G, P…
Create a class named Movie that can be used with your video rental business. The
Create a class named Movie that can be used with your video rental business. The Movie class should track the Motion Picture Association of America (MPAA) rating (e.g., Rated G, P…