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 1399 / 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 Purchase. Each Purchase contains an invoice number, amount
Create a class named Purchase. Each Purchase contains an invoice number, amount of sale, and amount of sales tax. Include set methods for the invoice number and sale amount. Withi…
Create a class named Purchase. Each Purchase contains an invoice number, amount
Create a class named Purchase. Each Purchase contains an invoice number, amount of sale, and amount of sales tax. Include set methods for the invoice number and sale amount. Withi…
Create a class named Purchase. Each Purchase contains an invoice number, amount
Create a class named Purchase. Each Purchase contains an invoice number, amount of sale, and amount of sales tax. Include set methods for the invoice number and sale amount. Withi…
Create a class named Purchase. Each Purchase contains an invoice number, amount
Create a class named Purchase. Each Purchase contains an invoice number, amount of sale, and amount of sales tax. Include set methods for the invoice number and sale amount. Withi…
Create a class named Purchase. Each Purchase contains an invoice number, amount
Create a class named Purchase. Each Purchase contains an invoice number, amount of sale, and amount of sales tax. Include set methods for the invoice number and sale amount. Withi…
Create a class named Purchase. Each Purchase contains an invoice number, amount
Create a class named Purchase. Each Purchase contains an invoice number, amount of sale, and amount of sales tax. Include set methods for the invoice number and sale amount. Withi…
Create a class named RealEstate that has data members to hold the price of a hou
Create a class named RealEstate that has data members to hold the price of a house, the number of bedrooms, and the number of baths. Member functions include overloaded insertion …
Create a class named RealEstate that has data members to hold the price of a hou
Create a class named RealEstate that has data members to hold the price of a house, the number of bedrooms, and the number of baths. Member functions include overloaded insertion …
Create a class named Rectangle that has instance variables height and width. Pro
Create a class named Rectangle that has instance variables height and width. Provide a constructor that initializes the instance variables based on parameter values, getter and se…
Create a class named RentalCar that includes an integer field for the car type (
Create a class named RentalCar that includes an integer field for the car type (1 = compact car, 2 = mid-sized car, 3 = full sized car) and a double field for the daily rental rat…
Create a class named Sandwhich. Include Bread field and a SandwhichFilling field
Create a class named Sandwhich. Include Bread field and a SandwhichFilling field. Include a constructor that takes paremeters for each field needed in the two objects and assign t…
Create a class named Sandwich. Data fields include a String for the main ingredi
Create a class named Sandwich. Data fields include a String for the main ingredients(such as "tuna"), a String for bread type(such as "wheat") and a double for price(such as "4.99…
Create a class named Shape: Create 1 private variables named length. Create a co
Create a class named Shape: Create 1 private variables named length. Create a constructor for shape class with parameters Create get and set function for length variable. Create a…
Create a class named Shirt with data fields for collar size and sleeve length. I
Create a class named Shirt with data fields for collar size and sleeve length. Include a constructor that takes parameters for each field. Also include a final, static String name…
Create a class named StatAnalysis that contains at least the methods described b
Create a class named StatAnalysis that contains at least the methods described below, as well as fields that help store the data found in the file you will analyze. This class mus…
Create a class named StatAnalysis that contains at least the methods described b
Create a class named StatAnalysis that contains at least the methods described below, as well as fields that help store the data found in the file you will analyze. This class mus…
Create a class named State that holds the following fields: a String for the nam
Create a class named State that holds the following fields: a String for the name of the state, an integer for the population, and two City objects that hold data about the capita…
Create a class named Stock . An object of this class contains information about
Create a class named Stock. An object of this class contains information about a company's stock. Create another class named StockPurchase that uses an object of the Stock class. …
Create a class named Stock . An object of this class contains information about
Create a class named Stock. An object of this class contains information about a company's stock. Create another class named StockPurchase that uses an object of the Stock class. …
Create a class named StopWatch. The class contains: Private data fields startTim
Create a class named StopWatch. The class contains: Private data fields startTime and endTime with getter methods A no-arg constructor that initializes startTime with the current …
Create a class named Student that contains the following data: ? The student\'s
Create a class named Student that contains the following data: ? The student's full name. ? The student ID. ? The amount of credits for study taken so far. With Methods that: ? Re…
Create a class named Student that has fields for an ID number, number of credit
Create a class named Student that has fields for an ID number, number of credit hours earned, and number of points earned. (For example, many schools compute grade point averages …
Create a class named Student that has three member variables: name %u2013 A stri
Create a class named Student that has three member variables: name %u2013 A string that stores the name of the student numClasses %u2013 An integer that tracks how many courses th…
Create a class named Student that has three member variables: name %u2013 A stri
Create a class named Student that has three member variables: name %u2013 A string that stores the name of the student numClasses %u2013 An integer that tracks how many courses th…
Create a class named Student that has three member variables: name - A string th
Create a class named Student that has three member variables: name - A string that stores the name of the student numClasses - An integer that tracks how many courses the student …
Create a class named Student that includes String data fields for firstName and
Create a class named Student that includes String data fields for firstName and lastName.  Create a constructor that requires two String parameters to populate the firstName and l…
Create a class named Student that includes String data fields titled firstName a
Create a class named Student that includes String data fields titled firstName and lastName, and an integer field titled studentID. Create a constructor that requires two String p…
Create a class named Student that includes String data fields titled firstName a
Create a class named Student that includes String data fields titled firstName and lastName, and an integer field titled studentID. Create a constructor that requires two String p…
Create a class named Student which has the following fields: • id : The id field
Create a class named Student which has the following fields: • id : The id field references a String object that holds the ID of the student. • name : The name field references a …
Create a class named Student. A Student has fields (instance variables) for an I
Create a class named Student. A Student has fields (instance variables) for an ID number, number of credit hours earned, quality points, and GPA. Write a constructor with no param…
Create a class named Student. A Student has fields for a name, an ID number, num
Create a class named Student. A Student has fields for a name, an ID number, number of credit hours earned, and number of points earned. (For example, many schools compute grade p…
Create a class named Student. A Student has fields for a name, an ID number, num
Create a class named Student. A Student has fields for a name, an ID number, number of credit hours earned, and number of points earned. (For example, many schools compute grade p…
Create a class named Student.A Student has fields for an ID number, number of cr
Create a class named Student.A Student has fields for an ID number, number of credit hoursearned, and number of points earned. (For example, many schoolscompute grade point averag…
Create a class named TVShow.java. Data Fields can include a String containing th
Create a class named TVShow.java. Data Fields can include a String containing the Name of the show, a String containing the day that the show is broadcast(i.e. “Monday”) and an in…
Create a class named TVShow.java. Data Fields can include a String containing th
Create a class named TVShow.java. Data Fields can include a String containing the Name of the show, a String containing the day that the show is broadcast(i.e. “Monday”) and an in…
Create a class named Tape that includes fields for length andwidth in inches and
Create a class named Tape that includes fields for length andwidth in inches and properties for each field. Also include aToString() method that returns a string constructed from …
Create a class named Taxpayer. Data fields for Taxpayer include yearly gross inc
Create a class named Taxpayer. Data fields for Taxpayer include yearly gross income and Social Security number (use an int for the type, and do not use dashes within the Social Se…
Create a class named Taxpayer. Data fields for Taxpayer objects include the Soci
Create a class named Taxpayer. Data fields for Taxpayer objects include the Social Security number (use a string for the type, but do not use dashes within the number), the yearly…
Create a class named Temperature that contains the following members: A temp dat
Create a class named Temperature that contains the following members: A temp data member used to store a temperature A tot Temp static data member used to store the total of all t…
Create a class named TennisGame that holds data about a single tennis game. The
Create a class named TennisGame that holds data about a single tennis game. The class has six fields: the names of the two players, the integer final scores for the players, and t…
Create a class named TennisGame that holds data about a single tennis game. Thec
Create a class named TennisGame that holds data about a single tennis game. Theclass has six fields: the names of the two players, the integer final scores for theplayers, and the…
Create a class named Time that contains integer fields for hours and minutes. St
Create a class named Time that contains integer fields for hours and minutes. Store the hours in military time. Add a function that displays the fields, using a colon to separate …
Create a class named Time that would be used to store a time expressed in hours,
Create a class named Time that would be used to store a time expressed in hours, minutes and seconds. Your class should have all the appropriate constructors and accessor methods.…
Create a class named UserAccounts that defines an array of 8 accounts as an inst
Create a class named UserAccounts that defines an array of 8 accounts as an instance variable. In the default constructor of this class, write a loop that creates 8 accounts with …
Create a class named Vehicle . The class has the following five member variables
Create a class named Vehicle. The class has the following five member variables: • Vehicle Name • Vehicle number • Sale Tax • Unit price • Total price Include set (mutator) and ge…
Create a class named Vehicle that acts as a super class for vehicle types. The V
Create a class named Vehicle that acts as a super class for vehicle types. The Vehicle class contains private variables for the number of wheels and the average number of miles pe…
Create a class named Vehicle that acts as a superclass for vehicle types. The Ve
Create a class named Vehicle that acts as a superclass for vehicle types. The Vehicle class contains private variables for the number of wheels and the average number of miles per…
Create a class named WeatherReport that holds a daily weather report with data m
Create a class named WeatherReport that holds a daily weather report with data members such as dayOfMonth, highTemp, lowTemp, amountRain, and amountSnow. The constructor initializ…
Create a class named \"Animal\". The attributes of this class include COLOR, FOO
Create a class named "Animal". The attributes of this class include COLOR, FOOD and methods RUN, EAT. a. RUN: print "An animal is running!" b. EAT: print "An animal is eating + FO…
Create a class named \"Price\", this class contains three private fields: price,
Create a class named "Price", this class contains three private fields: price, quantity, couponvalue Methods to get and set each of the fields one constructor with three parameter…