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

Browse U

Alphabetical listing with fast deep pagination.
19149 items • Page 239 / 383

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
Using JAVA Write a program that manages a list of patients for a medical office.
Using JAVA Write a program that manages a list of patients for a medical office. Patients should be represented as objects with the following data members: name (string) patient i…
Using JAVA complete the following: Part A: Let’s begin by creating a JavaBean. C
Using JAVA complete the following: Part A: Let’s begin by creating a JavaBean. Create a User JavaBean. The User bean should have all the attributes collected from the new customer…
Using JAVA display current status like major, position, money, and name. public
Using JAVA display current status like major, position, money, and name. public class Player {    private static int currentPlayer;    private String playerName;    private int po…
Using JAVA insert a background photo for this gameboard import java.awt.Color; i
Using JAVA insert a background photo for this gameboard import java.awt.Color; import java.awt.Container; import java.awt.Dimension; import java.awt.event.ActionEvent; import java…
Using JAVA please help me with this! Given the following method header, give the
Using JAVA please help me with this! Given the following method header, give the code for the function using a binary search of an array. Don't worry about the precondition (assum…
Using JAVA to Design a class named Account that contains: A private int data fie
Using JAVA to Design a class named Account that contains: A private int data field named id for the account(default 0) A private double data field named balance for the account(de…
Using JAVA to Design a class named Account that contains: A private int data fie
Using JAVA to Design a class named Account that contains: A private int data field named id for the account(default 0) A private double data field named balance for the account(de…
Using JAVA!!!!Define the MyRectangle2D class that contains: Two double data fiel
Using JAVA!!!!Define the MyRectangle2D class that contains: Two double data fields named x and y that specify the center of the rectangle with get and set methods. (Assume that th…
Using JAVA, read the following text file and write a new text file in the format
Using JAVA, read the following text file and write a new text file in the format shown below: inputFile.txt 0 25 244 108 275 140 273 159 313 219 199 254 392 369 171 518 271 538 25…
Using JAVA, we will look at the behavior of three different sorts on randomly ge
Using JAVA, we will look at the behavior of three different sorts on randomly generated lists of different sizes. • The three sorts are bubblesort, insertion sort, and quicksort. …
Using JAVA, write a nested loops program that collects, calculates, and displays
Using JAVA, write a nested loops program that collects, calculates, and displays the average lung cancer rate over a period of years. The user will be asked to enter the number of…
Using JAVA: (1) Clean up Friend List After getting the best student award, Jenny
Using JAVA: (1) Clean up Friend List After getting the best student award, Jenny has become very popular in her university. Her Facebook profile is full of friend requests. Being …
Using JAVA: -use static variables and methods only if needed -use Arrays NOT Arr
Using JAVA: -use static variables and methods only if needed -use Arrays NOT Array Lists. -encapsulation: make sure you protect your class variables and provide access to them tho…
Using JAVASCRIPT - Code a $.ajax method that loads the JSON data from the URL ht
Using JAVASCRIPT - Code a $.ajax method that loads the JSON data from the URL https://jsonplaceholder.typicode.com/photos After the data is loaded, loop over the data and replace …
Using JAVASCRIPT - Generate a key to enable you to use the Google maps API https
Using JAVASCRIPT - Generate a key to enable you to use the Google maps API https://developers.google.com/maps/documentation/javascript/ In the Starter zip file attached, edit the …
Using JAVASCRIPT make this file use the following input validation The input val
Using JAVASCRIPT make this file use the following input validation The input validation is in JAVASCRIPT Form Validation: In this assignment there will be 5 things to validate: 1-…
Using JAVASCRIPT-Generate a key to enable you to use the Google maps API https:/
Using JAVASCRIPT-Generate a key to enable you to use the Google maps API https://developers.google.com/maps/documentation javascript/In the Starter zip file attached, edit the app…
Using JAVASCRIPT/JQUERY - Generate a key to enable you to use the Google maps AP
Using JAVASCRIPT/JQUERY - Generate a key to enable you to use the Google maps API https://developers.google.com/maps/documentation/javascript/ In the Starter zip file attached, ed…
Using JCPenney as an example, explain the observed activities and their respecti
Using JCPenney as an example, explain the observed activities and their respective ratings using Value Chain Analysis. Below is an attachment of the case for reference Retailer Ne…
Using JGRASP Please help with ShoppingCart class base off of this Class, please
Using JGRASP Please help with ShoppingCart class base off of this Class, please do not import anything try to keep it basic for me to understand ty for reading and appreciate the …
Using JGRASP, code assignment4 Assignement4: 1. A constructor that accepts a sin
Using JGRASP, code assignment4 Assignement4: 1. A constructor that accepts a single argument, a String for the name of the input file to process. 2. A function named processFile()…
Using JUnit 4.12, you should write a test class called MyStringTester.java that
Using JUnit 4.12, you should write a test class called MyStringTester.java that contains 12 test cases for the following methods: MyString() myLength() myToCharArray() setAt(...) …
Using Java & Eclipse IDE: How can I make this incremented integer (numCorrect) w
Using Java & Eclipse IDE: How can I make this incremented integer (numCorrect) work with math operations? I am trying to take the number correct out of ten questions and end u…
Using Java ((Abstract Class and Interface)) 13.1(Triangle class) Desing a new Tr
Using Java ((Abstract Class and Interface)) 13.1(Triangle class) Desing a new Triangle lass that extends the abstract GeometricObject class. Draw the UML diagram for the classes T…
Using Java ((Abstract Class and Interface)) 13.17 (Math: The complex class) A co
Using Java ((Abstract Class and Interface)) 13.17 (Math: The complex class) A complaex number is a number in the from a + bi, where a and b are real number i is square root of -1 …
Using Java ((Abstract Class and Interface)) 13.17 (Math: The complex class) A co
Using Java ((Abstract Class and Interface)) 13.17 (Math: The complex class) A complaex number is a number in the from a + bi, where a and b are real number i is square root of -1 …
Using Java ((Abstract Class and Interface)) 13.17 (Math: The complex class) A co
Using Java ((Abstract Class and Interface)) 13.17 (Math: The complex class) A complaex number is a number in the from a + bi, where a and b are real number i is square root of -1 …
Using Java (3) Design your own 2-3-4 tree class [see 2-3-4 tree lecture for deta
Using Java (3) Design your own 2-3-4 tree class [see 2-3-4 tree lecture for details about the operations] Your tree class should have the following operations, (i) Insert (ii) Del…
Using Java (Population projection) The U.S. Census Bureau projects popopulation
Using Java (Population projection) The U.S. Census Bureau projects popopulation based on the following assumptions: One birth every 7 seconds One death every 13 seconds One new im…
Using Java , Write a method called flipLines that accept a scanner for an input
Using Java , Write a method called flipLines that accept a scanner for an input file and writes to the console the same file's contents with each pair of lines reversed in order. …
Using Java , please help me solve this quick 4 questions Home FAQ About Log inS
Using Java , please help me solve this quick 4 questions Home FAQ About Log inS Subscribe now 30-day free trial Reading Quiz 5 Friday 4/13 This reading quiz is due at 7:50 am on F…
Using Java - Your job is to create an animal guessing game that will work like t
Using Java - Your job is to create an animal guessing game that will work like the following example: Computer: Does it have 4 legs? User: No Computer: Then it is a chicken? User:…
Using Java ---------------------------------------------------------------------
Using Java ---------------------------------------------------------------------------------- III Problem 2: *13.5 (Enable GeometricObject comparable) Modify the GeometricObject c…
Using Java 1 . Calls a method that displays 2 lines of welcoming and letting the
Using Java 1. Calls a method that displays 2 lines of welcoming and letting the user know what this program is about. You choose the wording. A. The method will return no value. 2…
Using Java 1. Create an enumeration named CustomerType. This enumeration should
Using Java 1. Create an enumeration named CustomerType. This enumeration should contain constants that represent three types of customers: retail, trade, and college. 2. Using the…
Using Java 1.) Create a class called Student. This class will not be tied to the
Using Java 1.)    Create a class called Student. This class will not be tied to the Database, yet. The Student class should have the same properties as the Database table: SID, Fi…
Using Java 1.Declare and initialize a Scanner to read from the keyboard. 2.Decla
Using Java 1.Declare and initialize a Scanner to read from the keyboard. 2.Declare an integer variable called value and initialize it to 0. 3.Declare an integer variable called co…
Using Java : Simulate a best-of-seven games playoff using information supplied b
Using Java: Simulate a best-of-seven games playoff using information supplied by the user. Print information about the result of each simulated playoff and about the result of mul…
Using Java AND please include comments to provide and understandinbof implementa
Using Java AND please include comments to provide and understandinbof implementation. Requirements Implement classes Person, Student, Employee, Faculty and Staff. These represent …
Using Java Coding!! 1. Extend the queue ADT to include the following operations:
Using Java Coding!! 1. Extend the queue ADT to include the following operations:     last that will return the rear element of the queue (which shall not be deleted from the queue…
Using Java Consider a class that represents a bank account. a. Such a class migh
Using Java Consider a class that represents a bank account. a. Such a class might store information about the account balance, the name of the account holder, and an account numbe…
Using Java Construct the class of non-negative 3×3 Matrices containing non-negat
Using Java Construct the class of non-negative 3×3 Matrices containing non-negative double elements with the following functionalities: Determinant method returns the double value…
Using Java Create a GUI to enter data for the Agent and Senior Agent classes. I
Using Java Create a GUI to enter data for the Agent and Senior Agent classes. I am providing these 2 classes that I have already written and compiled with no syntax errors. Was ne…
Using Java Create a custom exception class that overrides the getMessage( ) meth
Using Java Create a custom exception class that overrides the getMessage( ) method Create a class that manually throws an exception of your custom type Use System.out.println( ) t…
Using Java Create the SeniorAgent class: A senior agent is an agent that can ear
Using Java Create the SeniorAgent class: A senior agent is an agent that can earn an additional commission (percentage of the sales they make each month) as a bonus if she/he meet…
Using Java DOWN BELOW IS THE CODE ----------------------------------------------
Using Java DOWN BELOW IS THE CODE ---------------------------------------------------------------------------------------------------------- IV. Problem 3: 13.7 (revised): he Colo…
Using Java Define a bose closs to represent a Clock. The class should define the
Using Java Define a bose closs to represent a Clock. The class should define the tollawing ottributes and methods e The Clock requires instance wariables tor hours, minutes, and s…
Using Java Define a class of Students with the following properties and actions:
Using Java Define a class of Students with the following properties and actions: a string name, an integer age, a Boolean variable indicating whether or not the student is an IT m…
Using Java Define a class of Students with the following properties and actions:
Using Java Define a class of Students with the following properties and actions: a string name, an integer age, a Boolean variable indicating whether or not the student is an IT m…
Using Java Define a class of Students with the following properties and actions:
Using Java Define a class of Students with the following properties and actions: a string name, an integer age, a Boolean variable indicating whether or not the student is an IT m…