Browse H
Alphabetical listing with fast deep pagination.
34653 items • Page 330 / 694
Hi, I only require section b of this to be completed. Problem 9-2A (Part Level S
Hi, I only require section b of this to be completed. Problem 9-2A (Part Level Submission) For the year ended December 31, 2015, Westlake Ltd. had the following transactions relat…
Hi, I practically finish the code, but the code is failing the tester and test c
Hi, I practically finish the code, but the code is failing the tester and test case, the output is too short. Here's my code and the requirements and tester. class Point { // i…
Hi, I really need help finishing this program in C++. I\'m not sure where to go
Hi, I really need help finishing this program in C++. I'm not sure where to go from here and this is due within two hours. I've included my progress thus far. This is the code I h…
Hi, I really need help on this review question so I can study for my exam in a w
Hi, I really need help on this review question so I can study for my exam in a week. It's a multi part question and I need all the answers to be shown with work so I know how to g…
Hi, I really need help to build the following program and have no idea where to
Hi, I really need help to build the following program and have no idea where to start....Help! Write a program to allow the user to calculate the distance between cities on a map.…
Hi, I really need help with the below problem, I am really stuck. Based on the s
Hi, I really need help with the below problem, I am really stuck. Based on the sample output provided, and the polynomial.h and task.cpp files shown below, implement the required …
Hi, I really need help with this code. I have the comments written out as to wha
Hi, I really need help with this code. I have the comments written out as to what steps need to be taken to complete the program but I am having a hard time understanding the prog…
Hi, I really need help with this problem- 23-3B. Thank you! PR 23-3B Divisional
Hi, I really need help with this problem- 23-3B. Thank you! PR 23-3B Divisional income statements and rate of return on investment analysis oBJ. E.F. Lynch Company is a diversifie…
Hi, I really need someone to write a paper about the topic below. It is a Disast
Hi, I really need someone to write a paper about the topic below. It is a Disaster Recovery class. I need it in word document format not written. Risk is a general term that impli…
Hi, I really need up fiuring out how to do this. I\'m doing a 1:10 ratio dilutio
Hi, I really need up fiuring out how to do this. I'm doing a 1:10 ratio dilution. I know it's regular chem. lab but I can't remember. Equation and help please. Need by tonight. Us…
Hi, I really need\'s help for this problem Computer picks a secret word that the
Hi, I really need's help for this problem Computer picks a secret word that the user needs to guess. Use a fixed array of strings for a predetermined list of words (I will supply …
Hi, I recently posted this but the answer given and the method was completely st
Hi, I recently posted this but the answer given and the method was completely strange to me. Can someone explain how to get the answer and why we use that method/formula? Many tha…
Hi, I require a python code which will draw the Drobbox logo (The name is not ne
Hi, I require a python code which will draw the Drobbox logo (The name is not neccesary just the logo). There is code provided of a box which is 100 pixel by 100 pixel, the dropbo…
Hi, I seem to be stuck on a question while practicing for an exam and help would
Hi, I seem to be stuck on a question while practicing for an exam and help would be greatly appriciated! =) Please answer fully and explain why you chose each answer you did. A co…
Hi, I submitted this question before, but it wasn\'t actually answered. I figure
Hi, I submitted this question before, but it wasn't actually answered. I figured out 1 and 2, but can you try the rest? I am unsure how to solve it. TufStuff, Inc., sells a wide r…
Hi, I tried posting this awhile ago, but still haven\'t heard from anyone. I\'m
Hi, I tried posting this awhile ago, but still haven't heard from anyone. I'm not sure how to prepare the journal entry. This is ALL the information I was given and should be suff…
Hi, I try randomizing the data and it didn\'t work and it still print with error
Hi, I try randomizing the data and it didn't work and it still print with errors. Can someone help me? Here its the input file and how to do the problem. 1. Introduction We want t…
Hi, I typed the question in the format given from a to e. Thank you in advance.
Hi, I typed the question in the format given from a to e. Thank you in advance. 5. Imagine a diploid animal species with a single gene that controls the production of a particular…
Hi, I use Eclipse for my Java code. I am trying to turn my old code and turn it
Hi, I use Eclipse for my Java code. I am trying to turn my old code and turn it into a singly linked circular list. My code will be below the description. If i could get help on h…
Hi, I used the porometer, thermal imaging, water loss methods on 4 different pla
Hi, I used the porometer, thermal imaging, water loss methods on 4 different plants and the results which I got was : I have to explain why the plants showed different results ?? …
Hi, I want my toString method to print out each item of the arrayList w
Hi, I want my toString method to print out each item of the arrayList<Integer> with a for loop but I dont seem to make the right approach. This is what I got: public String …
Hi, I want somebody to help me in solving the follwoing questions which are in N
Hi, I want somebody to help me in solving the follwoing questions which are in Networking Problem 1. Consider two hosts A and B separated by 2 nodes (switches or routers), A wants…
Hi, I want someone to check my HW 1. Under federal law, an electronic signature
Hi, I want someone to check my HW 1. Under federal law, an electronic signature can be as valid as a signature on pa¬per. True or False My Answer is True 2. An acceptance sent by …
Hi, I want to print my linked list backward by using a recursionfunction. Can an
Hi, I want to print my linked list backward by using a recursionfunction. Can any one help me write the codes in C++? it doesnot need to be a complete program just a recursion fun…
Hi, I want to print my linked list backward by using a recursionfunction. Can an
Hi, I want to print my linked list backward by using a recursionfunction. Can any one help me write the codes in C++? it doesnot need to be a complete program just a recursion fun…
Hi, I want to see if I have the correct steps in the program using assembly lang
Hi, I want to see if I have the correct steps in the program using assembly language for 3B or I need to add something else. Thanks. Assignment 3A - A program that adds and subtra…
Hi, I want to see if I have the correct steps in the program using assembly lang
Hi, I want to see if I have the correct steps in the program using assembly language for 3B or I need to add something else. Thanks. Code: ; TITLE Adding four 32-bit Integer Varia…
Hi, I want to see if I have the correct steps in the program. Thanks. Code: ; TI
Hi, I want to see if I have the correct steps in the program. Thanks. Code: ; TITLE Adding four 32-bit Integer Variables (3B.asm) ; Program Description: ; This program will contai…
Hi, I want to write microscopic morphology results for type of cells. What shoul
Hi, I want to write microscopic morphology results for type of cells. What should I write? noted that the microscope that used for checking these cells is inverted microscopy Hi, …
Hi, I wanted to confirm, is this the correct way to solve the following recurren
Hi, I wanted to confirm, is this the correct way to solve the following recurrence relations? 7T(n/7)+n^2 i = 0 to i = log7n SIGMA [(7^i)(n/7^i) + i*n^2] = n + (n^2)*(log7n) = (n^…
Hi, I was a CS student and I was confusing in this assignment, Could you help me
Hi, I was a CS student and I was confusing in this assignment, Could you help me with that? Note: You should use the C++/Java source code attached to the project description for a…
Hi, I was asked to create a Java programthat takes 2 words as input from the key
Hi, I was asked to create a Java programthat takes 2 words as input from the keyboard, that should represent a password adn the same password again. (Just like prompting a user to…
Hi, I was attempting to calculate the gain matrix and transfer function for full
Hi, I was attempting to calculate the gain matrix and transfer function for full-state feedback control with a system with design specifications indicated below. I have provided t…
Hi, I was doing this problem and I am confused because I\'m not sure whether my
Hi, I was doing this problem and I am confused because I'm not sure whether my teacher did it correctly. To my understanding we find the reduced standard deviation which is .2, th…
Hi, I was having difficulty with this question in particualr involving identifyi
Hi, I was having difficulty with this question in particualr involving identifying the population, sample, p, p hat etc. I have answered the questions to the best of my abilities,…
Hi, I was having the same issue another person had a while ago. I seen your answ
Hi, I was having the same issue another person had a while ago. I seen your answer but you got to h and it cuts off. I was wondering if you had the rest of the answers??? Thank yo…
Hi, I was hoping I could get some help with this question. Can Do, Inc. sells a
Hi, I was hoping I could get some help with this question. Can Do, Inc. sells a multi-use cleaning tool. The trial balance as of January 1, 2016 is shown below Can Do, Inc. Trial …
Hi, I was hoping to get some help with the following problem: Already completed
Hi, I was hoping to get some help with the following problem: Already completed a-1 so it should be easy for the one's that are skilled in this subject ! thanks in advance :) Prep…
Hi, I was wondering if I could get help with programming this code using jave. L
Hi, I was wondering if I could get help with programming this code using jave. Lab 1: Battle a Wizard What you will need to know before you start this lab: Input, Processing and O…
Hi, I was wondering if I could get help with the following word problem. Mulder
Hi, I was wondering if I could get help with the following word problem. Mulder and Scully are driving to Georgia to investigate "Bug Blue", a giant reptile reported in one of the…
Hi, I was wondering if i could get some help with this cs homework I have (C++).
Hi, I was wondering if i could get some help with this cs homework I have (C++). Heres the assignment, CS 109/110 C++ Programming for Engineers with MATLAB Fall 2018 Overview Your…
Hi, I was wondering if someone could help me with my assignment. Now that you ha
Hi, I was wondering if someone could help me with my assignment. Now that you have used descriptive statistics and examined the data numerically and also graphically, you are read…
Hi, I was wondering if someone could show me how to work this lab problem. Thank
Hi, I was wondering if someone could show me how to work this lab problem. Thank you. A standard cell with emf of 1.018 volts when placed in a potentiometer circuit was found to h…
Hi, I was wondering if you can help me with this problem. A laser beam is direct
Hi, I was wondering if you can help me with this problem. A laser beam is directed at the flat end of a fiber optics glass with index of refraction nf as shown in the diagram. The…
Hi, I was wondering if you could help me design the database in access. The Impo
Hi, I was wondering if you could help me design the database in access. The Import Food Market (IFM) in Austin, Texas, sells food from Asian countries such as China, Thailand, and…
Hi, I was wondering if you could help me explain and break down how to solve thi
Hi, I was wondering if you could help me explain and break down how to solve this for me. ThanksRecode the data into a new data set (on a different worksheet), making four transfo…
Hi, I was wondering if you could help me with this question? Choose your favorit
Hi, I was wondering if you could help me with this question? Choose your favorite protein and why you like it?....scientific writing for a lay audience (simple to understand) ..Ci…
Hi, I was wondering why the potential difference was negative for thefollowing p
Hi, I was wondering why the potential difference was negative for thefollowing problem: work done by external force to move a -8.5C charge from point a to point b is 15.0*10-4 J,c…
Hi, I working on a problem for my Intermediate Micro Theory classand I\'m stuck
Hi, I working on a problem for my Intermediate Micro Theory classand I'm stuck on a problem. The problem is : Suppose you consume 3apples per week, and your marginal utility for a…
Hi, I would be grateful for any assistance with the questions below in relation
Hi, I would be grateful for any assistance with the questions below in relation to a Python programming question. Thanks Consider the following lines h = httplib2.Http(".cache") s…