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 1437 / 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 an Automobile class for a dealership. Include fields for an ID number, ma
Create an Automobile class for a dealership. Include fields for an ID number, make, model, color, year, vin number, miles per gallon, and speed. Include get and set methods for ea…
Create an ERD using crow\'s foot notation of the following-- A job organization
Create an ERD using crow's foot notation of the following-- A job organization places temporary workers with specialized technical skills in companies during peak working periods …
Create an Eclipse project named ManagePurchases. Use a package name of edu.semin
Create an Eclipse project named ManagePurchases. Use a package name of edu.seminolestate.managepurchases. (You can substitute your domain name for edu.seminolestate if you wish.) …
Create an Employee class for a basic payroll program to compute the net pay sala
Create an Employee class for a basic payroll program to compute the net pay salary of hourly based employees. Your program should also find the average net pay for a small company…
Create an Employee class in which you can store employees’ identification/employ
Create an Employee class in which you can store employees’ identification/employee number, first and last names, phone numbers, employee salary, the month and day that each employ…
Create an Employee class that includes a first name (type String), a last name (
Create an Employee class that includes a first name (type String), a last name (type String) and a monthly salary (double) instance variable. Provide a constructor that initialize…
Create an Employee class with two fields: IDNum and hourlyWage . The constructor
Create an Employee class with two fields: IDNum and hourlyWage. The constructor for Employee will accept two arguments for these two fields. When the Employee class is instantiate…
Create an Employee class with two fields:IDNum and hourlyWage. The Employee cons
Create an Employee class with two fields:IDNum and hourlyWage. The Employee constructor requires values for both fields. Upon construction, throw an ArgumentException is the hourl…
Create an Employee class. Might look like this: public class Employee { } Add th
Create an Employee class. Might look like this: public class Employee { } Add three private instance variables: String name, int ID, int salary Create getter (accessor) and setter…
Create an EmployeeException class whose constructor receives a String that consi
Create an EmployeeException class whose constructor receives a String that consists of an employee’s ID and pay rate. Create an Employee class with two fields, idNum and hourlyW…
Create an Enemy class, Player class, and GameObject class for your game.java. Th
Create an Enemy class, Player class, and GameObject class for your game.java. The Enemy and Player (sub) classes should inherit from the GameObject (super) class. Create a player …
Create an Entity Relationship Diagram for our impending Database Management Syst
Create an Entity Relationship Diagram for our impending Database Management System integration. Remember, in order to correctly identify the tables (entities) and fields (attribut…
Create an Entity Relationship Diagram for our impending Database Management Syst
Create an Entity Relationship Diagram for our impending Database Management System integration. Remember, in order to correctly identify the tables (entities) and fields (attribut…
Create an Evaluator class that will evaluate the sorting algorithms. Create 1 me
Create an Evaluator class that will evaluate the sorting algorithms. Create 1 method for each of the sorting algorithms below. Each method must accept 1 int[]as a parameter. Selec…
Create an Excel spreadsheet in which you use capital budgeting tools to determin
Create an Excel spreadsheet in which you use capital budgeting tools to determine the quality of 3 proposed investment projects, as well as a 6-8 page report that analyzes your co…
Create an GUI expense calculator application. All units should be $USD. The appl
Create an GUI expense calculator application. All units should be $USD. The application should accept an annual take-home value (essentially net salary), a monthly expense amount,…
Create an HLA Assembly language program that prompts for a single integer value
Create an HLA Assembly language program that prompts for a single integer value from the user and prints an triangular pattern like the one shown below. If the number is negative,…
Create an HLA Assembly language program that prompts for a single integer value
Create an HLA Assembly language program that prompts for a single integer value from the user and prints an boxy pattern like the one shown below. If the number is negative, don't…
Create an HLA Assembly language program that prompts for a single integer value
Create an HLA Assembly language program that prompts for a single integer value from the user and prints an arrow pattern like the one shown below. If the number is negative, don'…
Create an HLA Assembly language program that prompts for a value and then prints
Create an HLA Assembly language program that prompts for a value and then prints a particular number series based on that entered number. You should print out each number separate…
Create an HLA Assembly language program that prompts for a value and then prints
Create an HLA Assembly language program that prompts for a value and then prints a particular number series based on that entered number. You should print out each number separate…
Create an HLA function t hat often forces a value into both passed parameters. T
Create an HLA function that often forces a value into both passed parameters. This function should have the following signature: procedure makeThirtyIfMoreTwelve( var i : int16; v…
Create an HLA function that loops through a single string argument and verifies
Create an HLA function that loops through a single string argument and verifies that the letters are in the pattern of a single lowercase letter followed by a single UPPERCASE let…
Create an HLA function that returns a integer value based on a single string arg
Create an HLA function that returns a integer value based on a single string argument and a single letter. This function should have the following signature: procedure replaceAll(…
Create an HTML Web Site Introduction In this project you create an HTML web site
Create an HTML Web Site Introduction In this project you create an HTML web site. To develop this project you could use the Visual Web Developer. This web site belongs to an imagi…
Create an HTML document called assignment4.html that collects the following info
Create an HTML document called assignment4.html that collects the following information from the user: Next modify assignment4.html to include the JavaScript code required for fie…
Create an HTML document pythagoras.html which links an external stylesheet pytha
Create an HTML document pythagoras.html which links an external stylesheet pythagoras.css and an external JavaScript file pythagoras.js. The HTML file should contain no content be…
Create an HTML document, Add two button and one image elements to your document.
Create an HTML document, Add two button and one image elements to your document. Prepare two pictures. When you open your document, the first picture will be displayed. When you c…
Create an HTML file named \"Exercise 5.html\" (or.htm). The page title must be y
Create an HTML file named "Exercise 5.html" (or.htm). The page title must be your name followed by "Exercise 5" (no quotes). The HTML file must contain JavaScript code that gets i…
Create an HTML form with a topic of your choosing. Using CSS to change the form
Create an HTML form with a topic of your choosing. Using CSS to change the form elements from their default and to improve the spacing and presentation of the form itself. The CSS…
Create an HTML page as shown below by writing PHP script for a simple calculator
Create an HTML page as shown below by writing PHP script for a simple calculator which can perform the basic operations of addition, subtraction, multiplication, division and mod …
Create an HTML page as shown below by writing PHP script for a simple calculator
Create an HTML page as shown below by writing PHP script for a simple calculator which can perform the basic operations of addition, subtraction, multiplication, division and mod …
Create an HTML page with a Form validation using JSP. A HTML file and a JSP file
Create an HTML page with a Form validation using JSP. A HTML file and a JSP file is required. The fields have the following properties: - user first name (text) - user last name (…
Create an HTML page with a Form validation using JSP. A HTML file and a JSP file
Create an HTML page with a Form validation using JSP. A HTML file and a JSP file is required. The fields have the following properties: - user first name (text) - user last name (…
Create an HTML page with a Form validation using JSP. An HTML file and a JSP fil
Create an HTML page with a Form validation using JSP. An HTML file and a JSP file is required. The fields have the following properties: - user first name (text) - user last name …
Create an HTML page with a PHP script that calculates and displays BAI (Body Adi
Create an HTML page with a PHP script that calculates and displays BAI (Body Adiposity Index). The BAI is an alternative to BMI that approximates the percentage of body fat. Write…
Create an HTML5 document called part2.html that uses each of the following HTML5
Create an HTML5 document called part2.html that uses each of the following HTML5 features. The content shall be your resume (can be fictitious). Please refrain from using any othe…
Create an IFE matrix of Tesla Energy. Please only identify 10 strengths and 10 w
Create an IFE matrix of Tesla Energy. Please only identify 10 strengths and 10 weakness from the Tesla Energy division, not space or motor division. Below is an example posted by …
Create an INSTEAD OF trigger on INSERT Session Hours to enforce the rule that no
Create an INSTEAD OF trigger on INSERT Session Hours to enforce the rule that no tutor should work more than 60 hours in a month. Follow steps if not sure. 1. Get the date from th…
Create an INSTEAD OF trigger on INSERT Session Hours to enforce the rule that no
Create an INSTEAD OF trigger on INSERT Session Hours to enforce the rule that no tutor should work more than 60 hours in a month. The logical steps before trying to actually write…
Create an IOS chart with the following investment alternatives: Alternative A ha
Create an IOS chart with the following investment alternatives: Alternative A has an IRR of 8% and will add $10 million to the capital structure, while alternative B adds $12 mill…
Create an IOS chart with the following investment alternatives: Alternative A ha
Create an IOS chart with the following investment alternatives: Alternative A has an IRR of 8% and will add $10 million to the capital structure, while alternative B adds $12 mill…
Create an IOS chart with the following investment alternatives: Alternative A ha
Create an IOS chart with the following investment alternatives: Alternative A has an IRR of 8% and will add $10 million to the capital structure, while alternative B adds $12 mill…
Create an IPO chart and a program that allows the user to enter the gender ( eit
Create an IPO chart and a program that allows the user to enter the gender ( either F or M) and GPA (0.0 through 4.0) for any number of students. The program shuld calculate and d…
Create an IPO chart and write C++ code to solve each of the following problem. A
Create an IPO chart and write C++ code to solve each of the following problem. An office furniture company sells furniture in three colors: red, black and green. Every item in the…
Create an IPO chart and write C++ code to solve the following problem. Lab 1: ST
Create an IPO chart and write C++ code to solve the following problem. Lab 1: STRINGS The office furniture company in Program 1 wants another program to generate inventory code. T…
Create an IPO chart for each of the following methods: a) The method that calcul
Create an IPO chart for each of the following methods: a) The method that calculates the amount owed on a restaurant check, including tip b) The method that calculates your yearly…
Create an Income Statement and Balance Sheet for Tropical Shrimp Company Cash $7
Create an Income Statement and Balance Sheet for Tropical Shrimp Company Cash $70,000 Shrimp feed 10,400 Accounts receivable 16,000 Accounts payable 19,700 Revenue 65,000 Equipmen…
Create an Industry Matrix featuring Ford Motor and two competitors. Use five Key
Create an Industry Matrix featuring Ford Motor and two competitors. Use five Key Success Factors, one of which should be low cost. Use the attached table. Key Success Factors Weig…
Create an Integrated Marketing Communications Plan Review the video, \"How to Cr
Create an Integrated Marketing Communications Plan Review the video, "How to Create an Integrated Marketing Communications Plan and the Case Study". Create the Business Descriptio…