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

Browse I

Alphabetical listing with fast deep pagination.
87858 items • Page 221 / 1758

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
I have worked on these three problems for hours, help is needed badly on all thr
I have worked on these three problems for hours, help is needed badly on all three! Please provide answers for all three, I will rate. Thank you so much!! AP8.10.1 Two equal-mass …
I have worked out this problem and I got. (1/52)q The problem is: Two point part
I have worked out this problem and I got. (1/52)q The problem is: Two point particles, each having a charge equal to q, sit on the base of an equilateral triangle that has sides o…
I have worked part a but I have no clue how to do the rest will you please show
I have worked part a but I have no clue how to do the rest will you please show how to do them 5.) Dilutions a. You find a solution of 255 mg/mL cuso4. Is this the same as a 20% (…
I have worked this out several times and keep ending up with either 4.42 or 44.2
I have worked this out several times and keep ending up with either 4.42 or 44.2. I would appreciate a detailed step by step instruction of how to calculate this. A particle of ch…
I have worked this problem but somewhere I missed something and I\'m not sure wh
I have worked this problem but somewhere I missed something and I'm not sure where I did: y'= 2x/y+x2y y(0)=-2 which becomes: dy/dx= 2x/y(x2 + 1) integrating both sides: y2 / 2= l…
I have worked this problem out so many different ways and i amnot getting the ri
I have worked this problem out so many different ways and i amnot getting the right answer. the right answer is 124, but i haveno idea how they solved it. The reaction            …
I have worked this problem trying several concepts includingcoulombs law. I aske
I have worked this problem trying several concepts includingcoulombs law. I asked the prof but still keep getting the wronganswer. What are the magnitude and direction of the elec…
I have worked this several different ways and can not come upwith the answer tha
I have worked this several different ways and can not come upwith the answer that is given in the back of the book which is: setthe original price at $40.00. at 50% off there will…
I have worked through the attached question and am wondering if someone can look
I have worked through the attached question and am wondering if someone can look it over to see if it is done correctly. Thanks 2. In Fig. 2.1, ethylene glycol (sg .10) at 25 C fl…
I have write a JAVA program using eclipse but struggling. Here is the project: C
I have write a JAVA program using eclipse but struggling. Here is the project: COP3538 Project 1 – Array Searches and Sorts Using JAVA language Due Date: Friday, 9/15/2017 11:59 P…
I have written a GUI prgram that calculates the total expense incurred by a busi
I have written a GUI prgram that calculates the total expense incurred by a business person taking a trip. The program is suppose to calculate the total expense, total allowed exp…
I have written a Perl module by starting with an existing Perl module of related
I have written a Perl module by starting with an existing Perl module of related functionality and modifying heavily. In fact, acccording to git blame I have changed (or created) …
I have written a class to represent bearings (angles with a nautical theme, and
I have written a class to represent bearings (angles with a nautical theme, and a specific normalisation range). In the program, it is necessary to perform some mathematical opera…
I have written a code in Java for a tic tac toe game and need to add a graphic i
I have written a code in Java for a tic tac toe game and need to add a graphic in the JPanel to signify the winner. A Large X for x(player wins), an Large O for o(computer wins) a…
I have written a code that parses through a file reading it line by line and spl
I have written a code that parses through a file reading it line by line and splitting it into tokens by white space. But I want a pair of single quotes to be one token, not how m…
I have written a code that takes in user data for average rainfall and actual ra
I have written a code that takes in user data for average rainfall and actual rainfall for each month in a year. I am trying to display a chart but do not know how to go about it.…
I have written a code to verify if a sudoku puzzle is valid or not by using thre
I have written a code to verify if a sudoku puzzle is valid or not by using threads. It should be 9 threads for each row, 9 for each column, and 9 for each subsection of the puzzl…
I have written a dynamic programming algorithm that finds the total amount of su
I have written a dynamic programming algorithm that finds the total amount of subsets that sum up to a target value. However, I am having trouble developing a function to recover …
I have written a java calculator program that doesn\'t do calculations and would
I have written a java calculator program that doesn't do calculations and would like to have it work like a real calculator. Here is the code: package calculator; import javax.swi…
I have written a library that is quite extensive and has taken up a lot of my ti
I have written a library that is quite extensive and has taken up a lot of my time, so I would like to license it properly. The LGPL seems to have many of the things I want, but d…
I have written a program : public class Farm{ private String owner; private int
I have written a program : public class Farm{ private String owner; private int acres; // farm size in acres public Farm(String who, int acres){ owner = who; this.acres = acres; }…
I have written a program c++ However near the end of the program i stumbled upon
I have written a program c++ However near the end of the program i stumbled upon a problem that i dont know how to fix. In here I have made a VERY simple piece of code which inclu…
I have written a program code that converts a sentence input by the user into lo
I have written a program code that converts a sentence input by the user into lowercase or uppercase according to the user choice. The user can insert a sentence that can contain …
I have written a program in C on my uni computers that runlinux. I have recently
I have written a program in C on my uni computers that runlinux. I have recently decided that I would like to work on it athome on my windows computer. I have recently downloaded …
I have written a program that converts a sentence into a lowercase or uppercase
I have written a program that converts a sentence into a lowercase or uppercase (can contain uppercase, lowercase letters, blank spaces, digits & symbols). The program works p…
I have written a program that determines whether numbers are prime or composite.
I have written a program that determines whether numbers are prime or composite. I have to add a few features to it. I need to: display largest prime number that divides composite…
I have written a program that reads numbers from a file that will contain int nu
I have written a program that reads numbers from a file that will contain int numbers and does various things with them but the problem is it reads the first number then stops and…
I have written a program to read numbers between 0 to 999 but no luck to get it
I have written a program to read numbers between 0 to 999 but no luck to get it reads from negative -billion to +billion.. Good help will rate life saver.. I need this ASAP !! ---…
I have written a program which records protocol messages between an application
I have written a program which records protocol messages between an application and a hardware device which matches each application request with each hardware response. This is s…
I have written a program, but I am getting unusual errors and I do not know why.
I have written a program, but I am getting unusual errors and I do not know why. Please help me find my errors and show me how to correct them? Default constructor It provides def…
I have written a simple program that reads character input from the keyboard wit
I have written a simple program that reads character input from the keyboard within a For loop. My professor has taken away 10 points for not checking the input using cin.eof. I d…
I have written a small Java program which i\'d like to distribute on my website.
I have written a small Java program which i'd like to distribute on my website. I have used a few external librarys which declare following licences: Apache License (2.0), LGPL an…
I have written a superclass, main class and 2 subclasses, but I did error in dif
I have written a superclass, main class and 2 subclasses, but I did error in different parts so I want know where my errors are. 1st subclass = book subclass 2nd subclass = CD sub…
I have written a tiny bit of jQuery which simply selects all the Select form ele
I have written a tiny bit of jQuery which simply selects all the Select form elements on the page and sets the selected property to the correct value. Previously I had to write co…
I have written a very simple MARIE assembly language program that does not work.
I have written a very simple MARIE assembly language program that does not work. Please check my work and correct it. Please tell me what I did wrong. Instructions are in bold and…
I have written all of my code required for the three classes described below, bu
I have written all of my code required for the three classes described below, but I cannot make the three classes work together. I believe there are some errors in my code, so if …
I have written all of my code required for the three classes described below, bu
I have written all of my code required for the three classes described below, but I cannot make the three classes work together. I believe there are some errors in my code, so if …
I have written an app that processes a video (720*576 px, 30 fps, RGB format) us
I have written an app that processes a video (720*576 px, 30 fps, RGB format) using OpenCV under Java. I only calculate 5 int variables as a result of my processing on each frame.…
I have written an extensible c++ wrapper around a very hard to use but also very
I have written an extensible c++ wrapper around a very hard to use but also very useful c library. The goal is to have the convience of c++ for allocating the object, exposing its…
I have written an open source and cross-platform C++ File Library which have exc
I have written an open source and cross-platform C++ File Library which have exception and error codes. Exceptions can be disabled when the program is running. In that case, the u…
I have written code at home, on my own time and using my own knowledge and equip
I have written code at home, on my own time and using my own knowledge and equipment, while under no contract or NDA. I want to make this code open source so that I can use it in …
I have written code for this but it doesn\'t quite work and I think I need to sc
I have written code for this but it doesn't quite work and I think I need to scratch it. Can you provide code for this with comments please. Thanks •• B usiness P 7.10 A supermark…
I have written java code implementing Linked Lists from scratch. The problem is
I have written java code implementing Linked Lists from scratch. The problem is I don't know how to delete the instance of Student object from the list. Even though it works with …
I have written most of my program, but have encountered a few snags in the proce
I have written most of my program, but have encountered a few snags in the process. Can you please write the following program so I may successfully master this small project, tha…
I have written my final project and I am getting 3 simple errors that I can\'t s
I have written my final project and I am getting 3 simple errors that I can't seem to fix. I will attach the final project syllabus, my code i've written for the final project, an…
I have written part of the program nut got stuck on the student class. You must
I have written part of the program nut got stuck on the student class. You must create the following classes which will be used to compute a student's final course grade (for an e…
I have written some code for these but would like to compare with code, to make
I have written some code for these but would like to compare with code, to make sure I have done it correctly. Mainly more emphasise on the h) the tests. Thank you in advance Task…
I have written the code for the binary Search tree, but now I am working on figu
I have written the code for the binary Search tree, but now I am working on figuring out how to put in these driver functions: Write a driver function which creates and fills a BS…
I have written the code for the following problem but, I need help to fix functi
I have written the code for the following problem but, I need help to fix function make_change using call by reference (see below). Problem Write a program that tells what coins t…
I have written the following C# code and am getting an error in the if/elseif lo
I have written the following C# code and am getting an error in the if/elseif loops in the InputWood() class. The error states, "The name 'typeInput' does not exist in the current…