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 464 / 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
How do i get text to move to a new line? Ithought it was \ . However that doesn\
How do i get text to move to a new line? Ithought it was . However that doesn't seem to work. I have two pieces of code that write to the same textbox the first is after an update…
How do i get the variable values to show up in the table using echo? It is curre
How do i get the variable values to show up in the table using echo? It is currently only showing me the variable name when being displayed. <!DOCTYPE html PUBLIC "-//W3C//DTD …
How do i get this JOptionPane to add/remove songs from my list? Currently the JO
How do i get this JOptionPane to add/remove songs from my list? Currently the JOptionPane opens but does not add to the songlist. MyTunesGUIPane import java.awt.BorderLayout; impo…
How do i get this program to out put \"Empty List\" when printing forward or bac
How do i get this program to out put "Empty List" when printing forward or backwards when the list is has no values in it? help please! import java.io.*; import java.util.*; publi…
How do i get this program to read and sort this file? File: 10.txt 10 Stocker No
How do i get this program to read and sort this file? File: 10.txt 10 Stocker Norris | 3631 W. 8th Ln. #264 | TRUCKEE | CA | 96161 Saylor Alisya | 1854 W. Green Ln. #89 | LITTLE S…
How do i go about reading the json script in my html website and making them loo
How do i go about reading the json script in my html website and making them loop with jquery/ajax, please help with resolving. !doctype html> <html lang="en"> <head&g…
How do i identify whether a reaction is going to be substitution or elimination?
How do i identify whether a reaction is going to be substitution or elimination? My professor frequently gives us a question where we are supplied the substrate / nucleophile and …
How do i implement a FINDMINVALUE into the void deletefrom fucntion. I want to c
How do i implement a FINDMINVALUE into the void deletefrom fucntion. I want to combine the minvalue into the deletefrom function. void Tree::deleteFrom(TreeNode* startintPoint, in…
How do i implement the class smartArray, as a class template elemtype to accept
How do i implement the class smartArray, as a class template elemtype to accept any numerical value. Below is code i have issues , in being unable to make the ostream and istream …
How do i improve on this code? How do i make it more secure?
How do i improve on this code? How do i make it more secure? <?php // Variable to store errors as script processes $err = ''; // Database Access Information $hostname="db.petsa…
How do i journalize these? 2006 Feb 3 purchased equipment for 10,000, signing a
How do i journalize these? 2006 Feb 3 purchased equipment for 10,000, signing a six month, 9% note payable Feb 28 recorded the weeks sales of 51000 one third for cash and two thir…
How do i keep the error messages from displaying until the submit button has bee
How do i keep the error messages from displaying until the submit button has been clicked? html> <head> <title> Paycheck Calculator </title </head> <lin…
How do i know where to add the \"missing terms\"? I know for attempting to use W
How do i know where to add the "missing terms"? I know for attempting to use W1 as the controller we must multiply some of the function by 1 or the missing terms which can be (W1+…
How do i make a class and then make a driver or vice verse? public class LinearE
How do i make a class and then make a driver or vice verse? public class LinearEquation { private int m_a; private int m_b; private int m_c; private int m_d; private int m_e; priv…
How do i make it so that in the multiplication and division table, the first row
How do i make it so that in the multiplication and division table, the first row and column give the dimensions of the table. For a 4x2 table, it should be something like 0 1 2 3 …
How do i make my code display only one set of numbers out of a list of 70 that d
How do i make my code display only one set of numbers out of a list of 70 that display the triangle whose area is .5 with the maximum perimeter? static int triangles() {    ifstre…
How do i make the huffman.h functions? Here\'s all the information i have on thi
How do i make the huffman.h functions? Here's all the information i have on this project. The first step is to generate the Huffman tree. As discussed in the textbook and in lectu…
How do i make this function open up www.google.com after the button is created o
How do i make this function open up www.google.com after the button is created on a new page? In other words, When i click on the button google, it should open up www.google.com. …
How do i modify the following program to input and output 100 random numbers????
How do i modify the following program to input and output 100 random numbers????? #include <stdio.h> #define MAX_ARY_SIZE 15 void insertionSort (int list[ ], int last ); int…
How do i modify this shell script i\'ve been working on, so that choice \"Quit\"
How do i modify this shell script i've been working on, so that choice "Quit" is selected from the menu, it will display my home directories .bashrc file (this program named "Menu…
How do i navigate into my \"home/user_name/FinalProject\" directory....Were i co
How do i navigate into my "home/user_name/FinalProject" directory....Were i could execute "bash MenuProject" from please? How can I change the background and text colour? How to C…
How do i overload the operators in this code? header file below const int MAX_DI
How do i overload the operators in this code? header file below const int MAX_DIGITS = 100; class bigNum {    public:        void readBig();//function that reads an integer and tu…
How do i place two places after tthe decimal for alias sq_meters? Here is my cod
How do i place two places after tthe decimal for alias sq_meters? Here is my code SELECT `Name`,`Population`, FORMAT(`SurfaceArea`,0) AS `Surface area in sq kilometer`, (`SurfaceA…
How do i predict the curent in mA and the volts in V of this current in the pict
How do i predict the curent in mA and the volts in V of this current in the picture? WORDS L Experiment 1, Predict the current. Determine how much voltage can be safely placed acr…
How do i properly adjust the code so that it only searches for half of the text
How do i properly adjust the code so that it only searches for half of the text and it publishes the results? I adjusted the while loop in the search() method, but none of the res…
How do i read from a text file and store it in a dynamicarray? The size of the f
How do i read from a text file and store it in a dynamicarray? The size of the file is not known and the numbers in thefile are not equal.. How do i also count the number of rows …
How do i read in what is inputted into a text box in Visual Studio? Do i need to
How do i read in what is inputted into a text box in Visual Studio? Do i need to call a stream? I have the below code, but i keep getting an error. I have a Form1.cs & Program…
How do i remove these if else statements using a conditional (ternary) operator
How do i remove these if else statements using a conditional (ternary) operator to convert tokens to dimensions. if (tokens.size() == 0) continue; if (tokens.at(0) == "SQUARE") { …
How do i set up the simulation model to answer the following questions? Lynn Rog
How do i set up the  simulation model to answer the following questions? Lynn Rogers (who just turned 30) currently earns $60,000 per year. At the end of each calendar year, she p…
How do i solve it and what is the answer? Two tiny spheres of mass m = 6.70mg ca
How do i solve it and what is the answer? Two tiny spheres of mass m = 6.70mg carry charges of equal magnitude, 72.0 nC. but opposite sign. They are tied to the same ceiling hook …
How do i solve or enter this problem into MATLAB so i can be able to solve it. T
How do i solve or enter this problem into MATLAB so i can be able to solve it. Two Divers start at the surface and establish the following coordinate system: x is to the west, y i…
How do i solve question 4? Lead poisoning is a serious condition resulting from
How do i solve question 4? Lead poisoning is a serious condition resulting from the ingestion of lead in food, water, or other environmental sources. It affects the central nervou…
How do i solve this? If you know how to do it in excel, please explain how el-ac
How do i solve this? If you know how to do it in excel, please explain how el-across Use the accompanying partially completed two-way ANOVA summary table to complote parts a throu…
How do i solve this? Question 1 Pare plc acquired 78% of the shares of Banan ple
How do i solve this? Question 1 Pare plc acquired 78% of the shares of Banan ple for $600,000 cash on 1 January 2010. At that date, the fair value of Banan's assets was $1,100,000…
How do i solve this? Question 1 Pare plc acquired 78% of the shares of Banan ple
How do i solve this? Question 1 Pare plc acquired 78% of the shares of Banan ple for $600,000 cash on 1 January 2010. At that date, the fair value of Banan's assets was $1,100,000…
How do i specify where i want the file to come from on my computer using this pr
How do i specify where i want the file to come from on my computer using this program #include #include #include using namespace std; void mapitE(string,char[]); void mapitD(strin…
How do i specify where i want the file to come from on my computer using this pr
How do i specify where i want the file to come from on my computer using this program #include #include #include using namespace std; void mapitE(string,char[]); void mapitD(strin…
How do i turn the table below into third normal form, the text book im reading i
How do i turn the table below into third normal form, the text book im reading is somewhat helpful but im still confused on how to divide the table up and what to use as a seconda…
How do i use an array list instead of an array for this program /** * The java p
How do i use an array list instead of an array for this program /** * The java program PP88 that reads a file data.txt * that contains first ,last and zip codes and * calls the me…
How do i use the calibration curve for the data? I\'m trying to find the iron co
How do i use the calibration curve for the data? I'm trying to find the iron content in tablets, but im not sure how to use the calibration curve method to use it. A sample soluti…
How do i work out question number 30 2s Find a number t such that the point is o
How do i work out question number 30 2s Find a number t such that the point is on the line coatainsne the poni 2g find the equation nr the line in thr xy-plant that 42 a exontairu…
How do i write a clear and concise Statement of the Problem for the end of the b
How do i write a clear and concise Statement of the Problem for the end of the below paragraph. While the major airlines are insulated from this pilot shortage for the next severa…
How do i write a method in java that will represent an animal or prey object as
How do i write a method in java that will represent an animal or prey object as if it is running away or playing dead each method will have a percentage for returning a false valu…
How do i write a python panda coding using a csv file to call out 3 stocks PRICE
How do i write a python panda coding using a csv file to call out 3 stocks PRICE out of the given 500 stocks? I need specified date like 4/1/2007 & 9/1/2007 Stocks required wi…
How do i write a the below information ifrom a t results into a hypothesis testi
How do i write a the below information ifrom a t results into a hypothesis testing. thanks Interpretation: t-Test: Two-Sample Assuming Unequal Variances 5 60 Mean 3.8979592 39.489…
How do i write this finite element code for a 2D truss beam in matlab? You need
How do i write this finite element code for a 2D truss beam in matlab? You need to write a Finite Element Code for 2D truss structures using 1D Two-Noded Bar Elements. • Main.m fi…
How do incentives effect adoption of an innovation? Provide an example of an inn
How do incentives effect adoption of an innovation? Provide an example of an innovation in your life that was influenced by the perceived relative advantage of the innovation. (EA…
How do incomplete dominance and codominance differ? There is no difference betwe
How do incomplete dominance and codominance differ? There is no difference between incomplete dominance and codominance. Incomplete dominance occurs when the degree of expression …
How do inflation and unemployment affect the economy in terms of growth (use U.S
How do inflation and unemployment affect the economy in terms of growth (use U.S. as an example)? Conduct research from viable and credible sources such as, and not limited to, ec…
How do inflation and unemployment affect the economy in terms of growth (use U.S
How do inflation and unemployment affect the economy in terms of growth (use U.S. as an example)? Conduct research from viable and credible sources such as, and not limited to, ec…