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 1398 / 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 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 MyRectangle to represent rectangles. The required data fiel
Create a class named MyRectangle to represent rectangles. The required data fields are width, height, and color. Use double data type for width and height, and a String for color.…
Create a class named MyRectangle to represent rectangles. The required data fiel
Create a class named MyRectangle to represent rectangles. The required data fields are width, height, and color. Use double data type for width and height, and a String for color.…
Create a class named MyRectangle to represent rectangles. The required data fiel
Create a class named MyRectangle to represent rectangles. The required data fields are width, height, and color. Use double data type for width and height, and a String for color.…
Create a class named MyRectangle to represent rectangles. The required data fiel
Create a class named MyRectangle to represent rectangles. The required data fields are width, height, and color. Use double data type for width and height, and a String for color.…
Create a class named MyRectangle to represent rectangles. The required data fiel
Create a class named MyRectangle to represent rectangles. The required data fields are width, height, and color. Use double data type for width and height, and a String for color.…
Create a class named MyRectangle to represent rectangles. The required data fiel
Create a class named MyRectangle to represent rectangles. The required data fields are width, height, and color. Use double data type for width and height, and a String for color.…
Create a class named MyRectangle to represent rectangles. The required data fiel
Create a class named MyRectangle to represent rectangles. The required data fields are width, height, and color. Use double data type for width and height, and a String for color.…
Create a class named MyRectangle to represent rectangles. The required data fiel
Create a class named MyRectangle to represent rectangles. The required data fields are width, height, and color. Use double data type for width and height, and a String for color.…
Create a class named MyRectangle to represent rectangles. The required data fiel
Create a class named MyRectangle to represent rectangles. The required data fields are width, height, and color. Use double data type for width and height, and a String for color.…
Create a class named MyRectangle to represent rectangles. The required data fiel
Create a class named MyRectangle to represent rectangles. The required data fields are width, height, and color. Use double data type for width and height, and a String for color.…
Create a class named MyRectangle to represent rectangles. The required data fiel
Create a class named MyRectangle to represent rectangles. The required data fields are width, height, and color. Use double data type for width and height, and a String for color.…
Create a class named MyRectangle to represent rectangles. The required data fiel
Create a class named MyRectangle to represent rectangles. The required data fields are width, height, and color. Use double data type for width and height, and a String for color.…
Create a class named MyRectangle to represent rectangles. The required data fiel
Create a class named MyRectangle to represent rectangles. The required data fields are width, height, and color. Use double data type for width and height, and a String for color.…
Create a class named MyTriangle that contains the following three methods: The i
Create a class named MyTriangle that contains the following three methods: The isValid method returns true if the sum of the two shorter sides is greater than the longest side. Gi…
Create a class named MyTriangle that contains the following three methods: The i
Create a class named MyTriangle that contains the following three methods: The isValid method returns true if the sum of the two shorter sides is greater than the longest side. Gi…
Create a class named MyTriangle that contains the following three methods: publi
Create a class named MyTriangle that contains the following three methods: public static boolean isValid(double sidea, double sideb, double sidec) public static double area(double…
Create a class named NewspaperSubscriber with fields for a subscribers street ad
Create a class named NewspaperSubscriber with fields for a subscribers street address and the subscription rate. Include get and set methods for the subscribers street address, an…
Create a class named Numbers. The class should have a private integer array as a
Create a class named Numbers. The class should have a private integer array as an instance variable. The Numbers constructor should take an integer argument -- that will become th…
Create a class named Numbers. The class should have a private integer array as a
Create a class named Numbers. The class should have a private integer array as an instance variable. The Numbers constructor should take an integer argument -- that will become th…
Create a class named Order that performs order processing of a single item that
Create a class named Order that performs order processing of a single item that sells for $19.99 each. o    Create 4 Order class fields: order number, customer name, quantity orde…
Create a class named Order that performs order processing of a single item that
Create a class named Order that performs order processing of a single item that sells for $19.99 each. o    Create 4 Order class fields: order number, customer name, quantity orde…
Create a class named Order that performs order processing of a single item that
Create a class named Order that performs order processing of a single item that sells for $19.95 each. Create 4 Order class fields: order number, customer name, quantity ordered, …
Create a class named Order that performs order processing of a single item. The
Create a class named Order that performs order processing of a single item. The class has three fields: customer, item, and quantity ordered. Include set and get methods for each …
Create a class named Order that performs order processing of a single item. The
Create a class named Order that performs order processing of a single item. The class has the following five fields: Customer name, Customer number, Quantity ordered, Unit price, …
Create a class named Order that performs order processing of a single item. The
Create a class named Order that performs order processing of a single item. The class has the following five fields: Customer name, Customer number, Quantity ordered, Unit price, …
Create a class named Order that performs order processing of a single item. The
Create a class named Order that performs order processing of a single item. The class has the following five fields: Customer name, Customer number, Quantity ordered, Unit price, …
Create a class named Order that performs order processing of a single item. The
Create a class named Order that performs order processing of a single item. The class has the following five fields: Customer name Customer number Quantity ordered Unit price Tota…
Create a class named Order that processes the order of a single item. The class
Create a class named Order that processes the order of a single item. The class has five (5) fields: Customer name, customer number, quantity ordered, unit price and total price. …
Create a class named Package with data fields for weight in ounces, shipping met
Create a class named Package with data fields for weight in ounces, shipping method, and shipping cost. The shipping method is a character: A for air, T for truck, or M for mail. …
Create a class named Package with data fields for wrghtin ounces, shipping metho
Create a class named Package with data fields for wrghtin ounces, shipping method, and shipping cost The shipping method is a character: A for air, T for truck, or Mfor mail. The …
Create a class named Palindrome.java then implements the recursive method specif
Create a class named Palindrome.java then implements the recursive method specified below: public boolean isPalindrome(String s) The recursive method: isPalindrome takes a string …
Create a class named Patient that has the following data members: patient number
Create a class named Patient that has the following data members: patient number (int), use a full accessor implementation, not automatic accessors. patient name (string), use a f…
Create a class named Patient that includes an ID number, age, and BloodData. Pro
Create a class named Patient that includes an ID number, age, and BloodData. Provide a default constructor that sets the ID number to "0", the age to 0, and the BloodData to "O" a…
Create a class named Pay that includes five double variables that hold hours wor
Create a class named Pay that includes five double variables that hold hours worked, rate of pay per hour, withholding rate, gross pay, and net pay. Create three overloaded comput…
Create a class named Pay that includes variables of type double that hold rate o
Create a class named Pay that includes variables of type double that hold rate of pay per hour and withholding rate percent. Gross pay is computed as hours worked times rate of pa…
Create a class named Person and its two subclasses named Student and Employee. T
Create a class named Person and its two subclasses named Student and Employee. Then create Faculty and Staff as subclasses of Employee. A Person has a name, address, phone number,…
Create a class named Person that contains a string data field named ID for the p
Create a class named Person that contains a string data field named ID for the person's ID and a LinkedList (from java.util.LinkedList) data field named phoneNums for all the numb…
Create a class named Person that contains a string data field named ID for the p
Create a class named Person that contains a string data field named ID for the person's ID and a LinkedList (from java.util.LinkedList) data field named phoneNums for all the numb…
Create a class named Pizza (Pizza.h and Pizza.cpp) that stores information about
Create a class named Pizza (Pizza.h and Pizza.cpp) that stores information about a single pizza. It should contain the following: • Private member variables to store the size of t…
Create a class named Pizza that stores information about a single pizza. It shou
Create a class named Pizza that stores information about a single pizza. It should contain the following: Private instance variables to store the size of the pizza (either small, …
Create a class named Pizza. This class should have three fields : a String for t
Create a class named Pizza. This class should have three fields : a String for topping ( such as pepperoni, e.g.) , an integer for diameter in inches ( such as 12, e.g.), and a do…
Create a class named Planets with a default constructor, a public method ReadFil
Create a class named Planets with a default constructor, a public method ReadFile, and a public data member distances, which is an array with 100 floating point values. Use -1.0 t…
Create a class named Planets with a default constructor, a public method ReadFil
Create a class named Planets with a default constructor, a public method ReadFile, and a public data member distances, which is an array with 100 floating point values. Use -1.0 t…
Create a class named Point that represent points in in three dimensional space t
Create a class named Point that represent points in in three dimensional space that has the following properties: 1) It contains three double variables x, y, z representing the co…
Create a class named Point that represent points in in three dimensional space t
Create a class named Point that represent points in in three dimensional space that has the following properties: It contains three double variables x, y, z representing the compo…
Create a class named Point that represent points in in three dimensional space t
Create a class named Point that represent points in in three dimensional space that has the following properties: 1. It contains three double variables x, y, z representing the co…
Create a class named Point that represent points in in three dimensional space t
Create a class named Point that represent points in in three dimensional space that has the following properties: 1. It contains three double variables x, y, z representing the co…
Create a class named PrimeQueue.java that contains a public static method getPri
Create a class named PrimeQueue.java that contains a public static method getPrimes(n), which returns a Queue of prime numbers up to n. Test code will be: Queue<Integer> q =…
Create a class named ProductionWorker that is derived from the Employee class. T
Create a class named ProductionWorker that is derived from the Employee class. The ProductionWorker class should have properties to hold the following data: • Shift number ( an in…