Browse L
Alphabetical listing with fast deep pagination.
15677 items • Page 64 / 314
Language: Java 1. Create a Book class with the following attributes and methods:
Language: Java 1. Create a Book class with the following attributes and methods: - int: price - String: title - Constructor, accessors, mutators, and toString. 2. Create a BookSto…
Language: Java 1. Create a Product class with the following attributes and metho
Language: Java 1. Create a Product class with the following attributes and methods: - int: price - int: count - String: name - Constructor, accessors, mutators, and toString. 2. C…
Language: Java 3. Write a function that takes as input parameters two file names
Language: Java 3. Write a function that takes as input parameters two file names “inFileName” and “outFileName” of type String. The function will attempt to open file “inFileName”…
Language: Java Create an HourlyEmployee class that inherits from Employee and ha
Language: Java Create an HourlyEmployee class that inherits from Employee and has two new instance variables : hours, which represents the hours worked, and wage, which represents…
Language: Java Define the class InvalidSideException, which inherits from the Ex
Language: Java Define the class InvalidSideException, which inherits from the Exception class . Also define a Square class , which has one method variable -- an int describing the…
Language: Java Directions: 1. A skeleton copy of class ‘Time’ has been created,
Language: Java Directions: 1. A skeleton copy of class ‘Time’ has been created, which is used by the class TimeTracker (Attached Below). 2. The template has comments, indicated by…
Language: Java Hal9000 class: /** * Hal9000 simulate an AI that interacts with t
Language: Java Hal9000 class: /** * Hal9000 simulate an AI that interacts with the crew * of a space ship. * */ public class Hal9000 { private String name; } Hal9000Tester class: …
Language: Java Here is one version of the CommissionEmployee class : public clas
Language: Java Here is one version of the CommissionEmployee class : public class CommissionEmployee extends Object { private final String firstName; private final String lastName…
Language: Java I am attempting to find a way to delete over 2,400 lines of a cer
Language: Java I am attempting to find a way to delete over 2,400 lines of a certain code... I am trying to delete every line except for the bolded lines... Remember each time thi…
Language: Java I am attempting to find a way to delete over 2,400 lines of a cer
Language: Java I am attempting to find a way to delete over 2,400 lines of a certain code... I am trying to delete every line except for the bolded lines... Remember each time thi…
Language: Java I am attempting to find a way to delete over 2,400 lines of a cer
Language: Java I am attempting to find a way to delete over 2,400 lines of a certain code... I am trying to delete every line except for the bolded lines... Remember each time thi…
Language: Java I am attempting to find a way to delete over 2,400 lines of a cer
Language: Java I am attempting to find a way to delete over 2,400 lines of a certain code... I am trying to delete every line except for the bolded lines, please note that the bol…
Language: Java Implement the Shape hierarchy -- create an abstract class called
Language: Java Implement the Shape hierarchy -- create an abstract class called Shape, which will be the parent class to TwoDimensionalShape and ThreeDimensionalShape. The classes…
Language: Java Outcomes: Write programs that obtain user input Write programs th
Language: Java Outcomes: Write programs that obtain user input Write programs that use loops to perform calculations and validate input Write programs that use if and else stat…
Language: Java Part I The Book class has the following attributes: an ISBN (long
Language: Java Part I The Book class has the following attributes: an ISBN (long type), a title (String type), an issue year (int type), an author(s) name (String type), a price (…
Language: Java Problem Description: Suppose an encrypted file was created using
Language: Java Problem Description: Suppose an encrypted file was created using the encoding/decoding scheme . Each letter is substituted by some other letter according to a given…
Language: Java Use inheritance to create a hierarchy of Exception classes -- End
Language: Java Use inheritance to create a hierarchy of Exception classes -- EndOfSentenceException, PunctuationException, and CommaException. EndOfSentenceException is the parent…
Language: Java a Swap receives two index positions as parameters and swaps the t
Language: Java a Swap receives two index positions as parameters and swaps the two nodes (the nodes, not just the values inside) at these positions, provided both positions are wi…
Language: Matlab Part A Problem and Program Details: As a part-time blog writer
Language: Matlab Part A Problem and Program Details: As a part-time blog writer for a major sports network you are tasked with providing a readerfriendly summary of the most recen…
Language: Processing. Write an active processing Sketch that that draws some num
Language: Processing. Write an active processing Sketch that that draws some number of rectangles on the screen (nicely spaced and making a rows across the screen). Use global var…
Language: Python 3 Roman numerals use symbols M, D, C, X, V, and I whose decimal
Language: Python 3 Roman numerals use symbols M, D, C, X, V, and I whose decimal values are M = 1000, D = 500, C = 100, X = 10, V = 5, I = 1. For example, the Roman numeral MDCXVI…
Language: Python 3 Roman numerals use symbols M, D, C, X, V, and I whose decimal
Language: Python 3 Roman numerals use symbols M, D, C, X, V, and I whose decimal values are M = 1000, D = 500, C = 100, X = 10, V = 5, I = 1. For example, the Roman numeral MDCXVI…
Language: Python 3.6 Function name: buy album:s Parameters; a dictionary named a
Language: Python 3.6 Function name: buy album:s Parameters; a dictionary named album_buy_dict (key is the name of an album (string): value is a the album's artist (string)), a dic…
Language: Python 3.6.1 Interpreter: Anaconda 3.6.4 --- Program used: PyCharm ---
Language: Python 3.6.1 Interpreter: Anaconda 3.6.4 --- Program used: PyCharm --- Starter code: Shown below image --- --- Prov Pop2013 Physic2013 popu2017 phys2017 NL 527400 1305 5…
Language: Python For this problem, we have 3 balls of different weights. Your jo
Language: Python For this problem, we have 3 balls of different weights. Your job is to write a program that allows the user to place the balls on either side of a scale and repor…
Language: Python Program required: Processing 3.0 Purpose: To practice list oper
Language: Python Program required: Processing 3.0 Purpose: To practice list operations such as adding. removing and finding indices Degree of Difficulty: Moderate The Sesame Stree…
Language: Python Program used: PyCharm Interpreter: 3.6.1 at ~/anaconda/bin/pyth
Language: Python Program used: PyCharm Interpreter: 3.6.1 at ~/anaconda/bin/python ---------- Starter code: # Crew roster for Captain Tractor Jack. def print_menu(): """ Prints th…
Language: Python Program used: PyCharm Interpreter: 3.6.1 at ~/anaconda/bin/pyth
Language: Python Program used: PyCharm Interpreter: 3.6.1 at ~/anaconda/bin/python ---------- Starter code: quests = [ ["Destroy the Rats in the Farmer's Basement", "Westhaven Far…
Language: Python Program used: PyCharm Interpreter: 3.6.1 at ~/anaconda/bin/pyth
Language: Python Program used: PyCharm Interpreter: 3.6.1 at ~/anaconda/bin/python ----- ----- Starter code: https://pastebin.com/NgrECZQ7 candidates_2016: https://www.dropbox.com…
Language: Python Program used: PyCharm Interpreter: 3.6.1 at ~/anaconda/bin/pyth
Language: Python Program used: PyCharm Interpreter: 3.6.1 at ~/anaconda/bin/python Purpose: To distinguish between the different parts of functions and function calls. Degree of D…
Language: Python Program used: PyCharm Interpreter: 3.6.1 at ~/anaconda/bin/pyth
Language: Python Program used: PyCharm Interpreter: 3.6.1 at ~/anaconda/bin/python Question 4 (10 points): Purpose: To generalize an existing function so that it can perform a wid…
Language: Python Program: Processing 3.0 The program Processing 3.0 is used to b
Language: Python Program: Processing 3.0 The program Processing 3.0 is used to build and initialize. For the burgers and fries, it does not necessary need to be images, a rect() s…
Language: Python Program: PyCharm Purpose: To practice slicing 2D arrays Degree
Language: Python Program: PyCharm Purpose: To practice slicing 2D arrays Degree of Difficulty: Easy Unilever Canada conducted a consumer's survey to identify which of its brands i…
Language: Python What I have so far: package_buns = 2 package_franks = 3 num_hot
Language: Python What I have so far: package_buns = 2 package_franks = 3 num_hotdogs = "" def setup(): size(500, 500) def draw(): background(0) global package_buns, package_…
Language: Ruby Question: Is there a way to automatically view the \"array\" vari
Language: Ruby Question: Is there a way to automatically view the "array" variable alphabetically. Meaning, I don't want to call the ".sort" method after the class is closed. So w…
Language: Scheme Define a procedure called make-list that implements the List AD
Language: Scheme Define a procedure called make-list that implements the List ADT using an object oriented design in Scheme. The make-list procedure should return a list object. (…
Language: Scheme Using define-syntax, create a switch statement. The statement m
Language: Scheme Using define-syntax, create a switch statement. The statement must work like the example below. Try your best to use syntax-rule () Sample usage: (define x 99) (s…
Language: \"C programming\" please read it carefully and make sure the code is r
Language: "C programming" please read it carefully and make sure the code is running by doing what's inside the sample output. thanks, 1. Factorial (fact.c) The factorial of a pos…
Language: c++ 1. Your Own Linked List Design your own linked list class to hold
Language: c++ 1. Your Own Linked List Design your own linked list class to hold a series of integers. The class should have member functions for appending, inserting, and deleting…
Language: c++ Please write comments so I can study. USING the program you implem
Language: c++ Please write comments so I can study. USING the program you implemented for #2: (a) add a member function declaration in the class declaration (in the .h header file…
Language:C++ Two useful functions that are not provided in the standard library
Language:C++ Two useful functions that are not provided in the standard library are find a character in a string and find a substring in a string. For instance, the character 'e'a…
Language:Java 1. Write a function that takes as input parameter an array of type
Language:Java 1. Write a function that takes as input parameter an array of type Double, and returns the array containing the middle values of all three-consecutive values in the …
Language:Matlab Part A: Extend a simple user interface Create a new m-file calle
Language:Matlab Part A: Extend a simple user interface Create a new m-file called Assign5PartA_.m and enter the following MATLAB code fragment: while 1 shapeList = {'Circle','Squa…
Language:Processing. Using Processing, write a program that draws three circles
Language:Processing. Using Processing, write a program that draws three circles centred in the output window, each with a different random colour and size. Each of the circles wil…
Language= SCHEME Define a procedure called make-list that implements the List AD
Language= SCHEME Define a procedure called make-list that implements the List ADT using an object oriented design in Scheme. The make-list procedure should return a list object. (…
Languages can be either statically or dynamically typed. In statically typed lan
Languages can be either statically or dynamically typed. In statically typed languages, type errors (e.g., assigning a string into a integer variable, adding a Boolean to a float)…
Languages like Fortran and APL have special operators that take several operator
Languages like Fortran and APL have special operators that take several operators as operands. One of these is the inner product operator that takes two arguments, either vectors …
Languages: HTML, CSS, AngularJS 9. Define an array called Dinners and an object
Languages: HTML, CSS, AngularJS 9. Define an array called Dinners and an object in your controller called Dinner, with the following attributes a. appetizer b. mainCourse c. side …
Languge is Java, SDK 8. The attached files are beneath. graph1.txt graph2.txt At
Languge is Java, SDK 8. The attached files are beneath. graph1.txt graph2.txt Attached Files: graph1txt (61 B) D graph2.txt (45 B) Due 4/18 before the start of class Attach the so…
Lani is very strong in language and writing classes. She aspires to be a journal
Lani is very strong in language and writing classes. She aspires to be a journalist, and her teachers largely believe that she is capable of achieving this goal. However, Lani doe…