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

Browse H

Alphabetical listing with fast deep pagination.
34653 items • Page 247 / 694

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
Here is information related to Waterway Industries for 2017. Total credit sales
Here is information related to Waterway Industries for 2017. Total credit sales $1,480,000 Accounts receivable at December 31 740,000 Bad debts written off 38,800 (a) What amount …
Here is just a couple of snippets of code. The program allows a negative deposit
Here is just a couple of snippets of code. The program allows a negative deposit. How would I fix this? If you need all of the code just comment with ur email and I can give you w…
Here is lab4.java. This code implements a min heap. Fill in the code for the fol
Here is lab4.java. This code implements a min heap. Fill in the code for the following methods in the MinHeap class: • int min(): this method returns the minimum value in the heap…
Here is most of the code, but there is an incomplete condition, as well as a mis
Here is most of the code, but there is an incomplete condition, as well as a missing statement. A. Write the expression that needs to be written next to the || operator, in order …
Here is my C language Code: #include void guess_game(int); static int
Here is my C language Code: #include <stdio.h> void guess_game(int); static int cwins=0,uwins=0,gueslimit=0; int main() { int guess; printf("Welcome to the guessing game! ")…
Here is my C# code. The C# problem states: Name data text files were provided fo
Here is my C# code. The C# problem states: Name data text files were provided for the problem. Create an application that reads the content of the two files into two separate arra…
Here is my C++ code so far: #include #include #include
Here is my C++ code so far: #include <iostream> #include <cstdlib> #include <ctime> #include <math.h> #include <string> using namespace std; // const…
Here is my C++ program, the two files are Main.cpp and a header file Sub.h. Plea
Here is my C++ program, the two files are Main.cpp and a header file Sub.h. Please write the makefile to compile this program on a Linux machine. Please run it before answering. T…
Here is my C++ program, the two files are Main.cpp and a header file Sub.h. Plea
Here is my C++ program, the two files are Main.cpp and a header file Sub.h. Please write the makefile to compile this program on a Linux machine. Please run it before answering. T…
Here is my Code. I am posting below the expected output and my output. Can you t
Here is my Code. I am posting below the expected output and my output. Can you tell me what I am missing?    #include <iostream>    #include <vector>    #include <s…
Here is my Code. Like the prompt said I just need help changing those 2 methods
Here is my Code. Like the prompt said I just need help changing those 2 methods that were mentioned. Thank you for your help!!! public class League { private String name; private …
Here is my Code: package HugeIntTest; class HugeInteger { private final int DIGI
Here is my Code: package HugeIntTest; class HugeInteger { private final int DIGITS = 40; private int[] integer; private boolean positive; public HugeInteger() { integer = new int[…
Here is my Java code //------------------------------------ public void enqueue(
Here is my Java code //------------------------------------ public void enqueue(T element) throws NonComparableElementException {            TernaryNode oldtail = tail;           …
Here is my Matlab code for 5 different signals (sine wave, 2 square waves with d
                    Here is my Matlab code for 5 different signals (sine wave, 2 square waves with different duty cycles, sawtooth wave, and a triangle wave).  Each one has a freq…
Here is my Matlab code for 5 different signals (sine wave, 2 square waves with d
                    Here is my Matlab code for 5 different signals (sine wave, 2 square waves with different duty cycles, sawtooth wave, and a triangle wave).  Each one has a freq…
Here is my Nursing case study. For my analysis, I need to come up with 10 actual
Here is my Nursing case study. For my analysis, I need to come up with 10 actual/potential problems from a NURSING STANDPOINT. So, Im needing a Problem, Data, and an intervention …
Here is my Q The electron gun in a TV picture tube accelerates electrons between
Here is my Q The electron gun in a TV picture tube accelerates electrons between two parallel plates 1.1cm apart with a 26kV potential difference between them. The electrons enter…
Here is my Q Two 12-cm-diameter electrodes 0.60cm apart form a parallel-plate ca
Here is my Q Two 12-cm-diameter electrodes 0.60cm apart form a parallel-plate capacitor. The electrodes are attached by metal wires to the terminals of a 14V battery. What are the…
Here is my Question: Rules for our Drop Dead Game (2 person game): 1. Use a text
Here is my Question: Rules for our Drop Dead Game (2 person game): 1. Use a textbox on the form to determine the goal for the game. For example, the goal may be to earn 100 points…
Here is my SQL code so far I need the SQL INSERT statements to mirror the data p
Here is my SQL code so far I need the SQL INSERT statements to mirror the data pictures above. CREATE TABLE IF NOT EXISTS 'IADCustomer' ( 'custno' VARCHAR(8) NOT NULL , 'custname'…
Here is my Solution and projects: BookStore (solution) BookStore.Coupler (projec
Here is my Solution and projects: BookStore (solution) BookStore.Coupler (project) Bootstrapper.cs BookStore.Domain (project) CreateBookCommandValidator.cs CompositeValidator.cs I…
Here is my algebra problem. I need help understandingthese types of word problem
Here is my algebra problem. I need help understandingthese types of word problems so I can teach my children. I amunsure of how to start so I can work this one. I do not thinkthis…
Here is my another code I\'m working on now, but it has errors that I don\'t kno
Here is my another code I'm working on now, but it has errors that I don't know how to fix it. Can someone help me out? Give details of how you correct it or explain why? Thank yo…
Here is my another code I\'m working on now, but it has errors that I don\'t kno
Here is my another code I'm working on now, but it has errors that I don't know how to fix it. Can someone help me out? Give details of how you correct it or explain why? Thank yo…
Here is my assignment - my question is at the end. i\'m not sure how to answer t
Here is my assignment - my question is at the end. i'm not sure how to answer the part about assuming that the tax revenue is returned in equal lump-sum transfers. he following fi…
Here is my assignment that I need help on and it is challenging for me to get th
Here is my assignment that I need help on and it is challenging for me to get the right output, so here is what it is about. Thanks for your help! iLab 3 of 7: Class Composition a…
Here is my assignment: 1. Declare a Vector to hold the names of courses offered
Here is my assignment: 1. Declare a Vector to hold the names of courses offered in the CSC department for a given semester. Example, "CSC160 Java","CSC126 Game Design", "CSC116 Lo…
Here is my assignment: 1. Declare a Vector to hold the names of courses offered
Here is my assignment: 1. Declare a Vector to hold the names of courses offered in the CSC department for a given semester. Example, "CSC160 Java","CSC126 Game Design", "CSC116 Lo…
Here is my attempt at doing it /* function must be implemented recursively. You
Here is my attempt at doing it /* function must be implemented recursively. You may not use any    loops in this file.                                                           */…
Here is my code .data A: .word 10, 160, 20, 70,60,140,150,80,90,100,110,30,40,12
Here is my code .data A: .word 10, 160, 20, 70,60,140,150,80,90,100,110,30,40,120,130,50 Asize: .word 10 ShiftAmount: .word 4 minValue .word "Minimum Value: " maxValue .word " Max…
Here is my code and I can\'t see what I need to add to make this read 10 unique
Here is my code and I can't see what I need to add to make this read 10 unique numbers between 1 and 100. I use i to go through and make each number random and j to check each num…
Here is my code and I need help with the System.out.println in the main method.
Here is my code and I need help with the System.out.println in the main method. I need help with calculating what the output would be. I have already done the system.out.println s…
Here is my code and input file information. I must print out the highest GPA. Th
Here is my code and input file information. I must print out the highest GPA. Then print to screen the first name, last name, and classification of the students with the highes GP…
Here is my code and it is not working can you please help fix it. these are the
Here is my code and it is not working can you please help fix it. these are the output requirements. Create short (three to five long) String type linked list to test all the meth…
Here is my code but for some reason my frame keeps coming up blank with no circl
Here is my code but for some reason my frame keeps coming up blank with no circle drawn Circle.java: import java.awt.Color; import java.awt.Graphics2D; import java.awt.geom.Ellips…
Here is my code for ValentinesDayOrders.html :
Here is my code for ValentinesDayOrders.html : <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Central Valley Flor…
Here is my code for a project for class. It tells me that \'data\' is ambiguous.
Here is my code for a project for class. It tells me that 'data' is ambiguous. Please fix this error. #include<iostream> #include<fstream> #include <cstdlib> #in…
Here is my code for a store that will display products let the user pick which i
Here is my code for a store that will display products let the user pick which items and the quantity they want then once they exit it will display a customer reciept. My problem …
Here is my code for my main method. My teacher gave me this remark. Does anyone
Here is my code for my main method. My teacher gave me this remark. Does anyone know what they are looking for and how to fix it? I marked the area he wants fixed with an arrow. p…
Here is my code for the program, but for some reason I cannot get the label to d
Here is my code for the program, but for some reason I cannot get the label to display the correct string. Also I need to implement an actionListener with a Boolean to determine i…
Here is my code from befor: #include #include #include \"Packet.h\" using namesp
Here is my code from befor: #include #include #include "Packet.h" using namespace std; class NetworkObject //beginning Network Object class definition { public: //Constructor Netw…
Here is my code is about simulating a number of Risk battles. import sys import
Here is my code is about simulating a number of Risk battles. import sys import random import time import statistics as stats def roll(attack_dice, defend_dice): '''Carry out a ro…
Here is my code is about simulating a number of Risk battles. import sys import
Here is my code is about simulating a number of Risk battles. import sys import random import time import statistics as stats def roll(attack_dice, defend_dice): '''Carry out a ro…
Here is my code is about simulating a number of Risk battles. import sys import
Here is my code is about simulating a number of Risk battles. import sys import random import time import statistics as stats def roll(attack_dice, defend_dice): '''Carry out a ro…
Here is my code so far for this project But I want to be able to create a file f
Here is my code so far for this project But I want to be able to create a file for a lot of people, not just for one (e.g for an enterprise). My teacher said I have to use some da…
Here is my code so far. void processJunk ( ); int main ( ) { ifstream junk; ofst
Here is my code so far. void processJunk ( ); int main ( ) {     ifstream junk;     ofstream letter; char next;     junk.open("junk.txt"); if (junk.fail()) {   cout << "Inpu…
Here is my code so far: (Note I need to have functions to show user the info and
Here is my code so far: (Note I need to have functions to show user the info and to get customer information. I still need to convert lower case letters entered as responses to up…
Here is my code so far: // #include // Constructor; creates and initia
Here is my code so far: // #include <cstddef> // Constructor; creates and initializes an empty Bag template <class ItemType> ArrayBag<ItemType>::ArrayBag(): numb…
Here is my code so far: import java.awt.EventQueue; import javax.swing.JFrame; i
Here is my code so far: import java.awt.EventQueue; import javax.swing.JFrame; import javax.swing.JTextField; import java.awt.Color; import javax.swing.JTextArea; import javax.swi…
Here is my code to my previous question, My code has erros and i am not sure wha
Here is my code to my previous question, My code has erros and i am not sure what they are Public Class Form1 Structure people Dim name As String Dim number As String End Structur…