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

Browse N

Alphabetical listing with fast deep pagination.
17385 items • Page 148 / 348

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
Need help writing java program that follows: Write an inheritance hierarchy for
Need help writing java program that follows: Write an inheritance hierarchy for class Quadrilateral, Trapezoid, Parallelogram, Rectangle, and Square. Use Quadrilateral as the supe…
Need help writing queries for: Part 1. Projection and Selection 1.1 Please get a
Need help writing queries for: Part 1. Projection and Selection 1.1 Please get all data in the Employees table. 1.2 I want to get the contact names and phone numbers of my supplie…
Need help writing queries. 1. Sales by Territory Enter a SQL SELECT command that
Need help writing queries. 1.Sales by Territory Enter a SQL SELECT command that displays the following columns from the Sales.SalesTerritory table: TerritoryID, Name, CountryRegio…
Need help writing the Java code that allow user to enter the name of the team to
Need help writing the Java code that allow user to enter the name of the team to check the number of time this term win (list of team is in a text and display the number of time t…
Need help writing the VBA code: From this, you will need to learn VBA code to do
Need help writing the VBA code: From this, you will need to learn VBA code to do the following: . Create a new worksheet and rename it . Change the Format of cells . Set a Name fo…
Need help writing the Visual Basic code for this problem. World Series Champions
Need help writing the Visual Basic code for this problem. World Series Champions In the Chap9 folder of the student sample programs, you will find the following files: -Teams.txt-…
Need help writing the Visual Basic code for this problem. World Series Champions
Need help writing the Visual Basic code for this problem. World Series Champions In the Chap9 folder of the student sample programs, you will find the following files: -Teams.txt-…
Need help writing the checkRows() method for this Java program that involves a m
Need help writing the checkRows() method for this Java program that involves a magic square. A description is given in the documentation below. import java.util.Scanner; import ja…
Need help writing the code for a basic java tic tac toe game // Tic-Tac-Toe: Com
Need help writing the code for a basic java tic tac toe game // Tic-Tac-Toe: Complete the FIX-ME's to have a working version of Tic-Tac-Toe. // Note: the basis of the game is a tw…
Need help writing the following code. Language is C++, I\'m using vim. Thanks (6
Need help writing the following code. Language is C++, I'm using vim. Thanks (6 pts total) Design First (3 pts), Then Write Code (3 pts)!!! To help you practice functions for Assi…
Need help writing the following program using Arrays: Your mission: Write a prog
Need help writing the following program using Arrays: Your mission: Write a program to determine statistics for a video game tournament. The user will input names and scores of al…
Need help writing the following program, on the output \"number of employees\" i
Need help writing the following program, on the output "number of employees" is the count for department. So if I enter 01 as the department 3 times that would be the output for e…
Need help writing the game of nim in python. Instruction: Write a program in whi
Need help writing the game of nim in python. Instruction: Write a program in which the computer plays against a human opponent. Generate a random integer between 10 and 100 to den…
Need help writing the game of nim in python. Write a program in which the comput
Need help writing the game of nim in python. Write a program in which the computer plays against a human opponent. Generate a random integer between 10 and 100 to denote the initi…
Need help writing the java code according to the requirement below. 1. A prettyp
Need help writing the java code according to the requirement below. 1. A prettyprinter is a tool that takes program source code as input and outputs the same code, nicely formatte…
Need help writing the next method called checkUnique() for a magic square progra
Need help writing the next method called checkUnique() for a magic square program. The specifications for it are written in the documentation towards the end of the program. Outpu…
Need help writing the query situation below. And with the 2nd paragraph asking f
Need help writing the query situation below. And with the 2nd paragraph asking for another query example that applies here. Thx Using the world_x database you installed in Module1…
Need help writing these methods in Java, any help would be greatly appreciated :
Need help writing these methods in Java, any help would be greatly appreciated :) import java.awt.*; import java.awt.event.*; import javax.swing.*; import javax.swing.event.Docume…
Need help writing this C++ code Write a code for a Round Robin simulator in C++
Need help writing this C++ code Write a code for a Round Robin simulator in C++ and the libraries should be using either queues or Linked list for round robin. I need to read in a…
Need help writing this MATLAB assignment I need help writing the code that will
Need help writing this MATLAB assignment I need help writing the code that will produce the graph that is above, in first image. MATLAB question See the four attached pictures abo…
Need help writing this c++ program. You are to write a program that will read na
Need help writing this c++ program. You are to write a program that will read names followed by single test grade. The very first line of the file has a single number which repres…
Need help writing this code \\Your task: implement in C++ the algorithm solution
Need help writing this code Your task: implement in C++ the algorithm solution shown below. Algorithm solution (in pseudocode): 1. Declare variable inFile to get the data from an …
Need help writing this code in C programming code: ?Binary Tree Notes/Pseudo Cod
Need help writing this code in C programming code: ?Binary Tree Notes/Pseudo Code: "Binary Tree: A binary tree is either empty or consists of a single vertex and two disjoint subs…
Need help writing this code in C. Also how would you build this circuit? Using a
Need help writing this code in C. Also how would you build this circuit? Using a photo sensor, display the binary output of the measured light on the 10 segment LED block. Use a s…
Need help writing this code: C++ program that computes: The Fibonacci sequence p
Need help writing this code: C++ program that computes: The Fibonacci sequence plus the golden ratio. The golden ratio will be computed in 3 different ways. 1) The ratio of the la…
Need help writing this function on MATLAB: it accepts as inputs: a polynomial P,
Need help writing this function on MATLAB: it accepts as inputs: a polynomial P, a vector n, and two scalars a, b. The program will use Riemann sums to approximate the definite in…
Need help writing this function. typedef struct StudentStruct { char LastName[MA
Need help writing this function. typedef struct StudentStruct { char LastName[MAX_LENGTH]; char FirstName[MAX_LENGTH]; int StudentNumber; // Holds the Student's ID. This value is …
Need help writing this in Java You can test your code by changing your IntLister
Need help writing this in Java You can test your code by changing your IntLister to use an IntListSorted instance instead of an IntList. You see that your new IntListSorted can fi…
Need help writing this java program A health care issue that has been in the new
Need help writing this java program A health care issue that has been in the news lately is the computerization of health records. This possibility is being approached cautiously …
Need help writing this java program Home Work: due 11.02.2016 l. Create a class
Need help writing this java program Home Work: due 11.02.2016 l. Create a class named TennisGame that holds data about a single tennis game. The class has six fields: the names of…
Need help writing this method in Java. Can\'t use any methods in Java library cl
Need help writing this method in Java. Can't use any methods in Java library class Arrays. Q1: Write a method caesarEncrypt which takes as input a String originalMessage and an in…
Need help writing this program (C++ - Using common < > -12 hour deadline). Thank
Need help writing this program (C++ - Using common &lt; &gt; -12 hour deadline). Thank you. Task A. Removing indentation Before we make a program that indents source code files, l…
Need help writing this program 1-Input the number of quarters, dimes, nickels, a
Need help writing this program 1-Input the number of quarters, dimes, nickels, and pennies from the user. Print out the number of coins and total value in dollars. 2-Input the num…
Need help writing this program for Java/C++. Application I\'m using is Bloodshed
Need help writing this program for Java/C++. Application I'm using is Bloodshed Dev-C++. Program #1 is completed with code and output shown below. ONLY NEED HELP WITH WRITING PROG…
Need help writing this program in C, not c++. Implement a game of finding a path
Need help writing this program in C, not c++. Implement a game of finding a path in a maze. The maze isconstructed by a 10*10 matrix with value 0 or 1. 0 indicates a wallwhich you…
Need help writing this program in Python. Write a program to input 5 names and r
Need help writing this program in Python. Write a program to input 5 names and reorder them alphabetically, and output them. To do so, follow this "recipe" for your calculations c…
Need help writing this program using Matlab. To solve a system of equations AX=
Need help writing this program using Matlab. To solve a system of equations AX= b, write a program that uses matlab function svd to create rotation matrices U and V and diagonal s…
Need help writing this program. This cipher uses a single letter as the key, but
Need help writing this program. This cipher uses a single letter as the key, but unlike the shift cipher presented in class (shift m in the class examples), stream ciphers encrypt…
Need help writing this program... Implement a game of finding a path in a maze.
Need help writing this program... Implement a game of finding a path in a maze. The maze isconstructed by a 10*10 matrix with value 0 or 1. 0 indicates a wallwhich you can not cro…
Need help writing this structure. Using c++ and visual studios 2017. I will past
Need help writing this structure. Using c++ and visual studios 2017. I will paste the description below. Thank you for your help. For the problems 1 and 2 work with the following …
Need help writting C++ programs to perform the following tasks. In the program d
Need help writting C++ programs to perform the following tasks. In the program descriptions below, example input and output is provided. • rectangle2.cpp: You should create anothe…
Need help writting this pseduocode into a java program that can be executed in C
Need help writting this pseduocode into a java program that can be executed in CMD prompt. Your sample output might look as follows (random numbers will be different): Enter stude…
Need help wth the payroll register, i did most of it and got some of it wrong. A
Need help wth the payroll register, i did most of it and got some of it wrong. Also some help on the journal as well. Employees Mantle and Williams are office staff, and all of th…
Need help wuth understanding hese linuz commands if someone coould help me with
Need help wuth understanding hese linuz commands if someone coould help me with these questions 1. Describe the function of denyhosts 2. How does Ncrack work? 3. What does sudo do…
Need help! 497m Vobume in l 20 x 10- olume in 200 x 10M ethl Npts in mm in ml Mi
Need help! 497m Vobume in l 20 x 10- olume in 200 x 10M ethl Npts in mm in ml Misture KSON Standare Uknw 500 5.00 ×10"M 5.00 × 10 "M 5.00 If Method IIwas uod. [FeSCN: . | -× 10-. …
Need help! C programing. Get build messges for my get_stats function. Trying to
Need help! C programing. Get build messges for my get_stats function. Trying to add a total of all the coulums (ex total ot hours, gross, etc) and average under my table using DYN…
Need help! Consider an example scenario where you want to send some merchandise
Need help! Consider an example scenario where you want to send some merchandise to your friend living in another city (the kind of friend and the kind of merchandise doesn't matte…
Need help! Consider: SELECT 1 FROM (SELECT \"B\") AS A;* What is the output, and
Need help! Consider: SELECT 1 FROM (SELECT "B") AS A;* What is the output, and what is the part between () called? O A B, nested query O B, nested query O B, subquery 1, subquery …
Need help! Correct answer will receive thumbs up. Calculus 3 Answer choices: at
Need help! Correct answer will receive thumbs up. Calculus 3 Answer choices: at zero points, at one point, at two points, in a line, or in a circle.    5)2 (y-4) (2-3) (1 point Co…
Need help! I have my requirements, but professor has not explained how to do it
Need help! I have my requirements, but professor has not explained how to do it and I really have no clue where to start Assignment Requirements Write a Java program for Assignmen…