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 523 / 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 to market dental business? From student to professional are busy with their
How to market dental business? From student to professional are busy with their field and do their own work. Similarly Seo experts generally create a website for search enging mar…
How to maximize investments profits in the following case: A financer plans to i
How to maximize investments profits in the following case: A financer plans to invest up to $500,000 in two projects. Project A yields a return of 10% on the investment whereas pr…
How to measure run time with linked lists and arrays!?! Measure two delete metho
How to measure run time with linked lists and arrays!?! Measure two delete methods, one on the linked lists and the second one on the arrays. How to measure running time. (Depends…
How to measure the value of a capital budgeting project based on financial measu
How to measure the value of a capital budgeting project based on financial measures or formulas. However, certain projects can have significant impacts on a company, both positive…
How to merge data from multiple cells from a column into one cell( the upper cel
How to merge data from multiple cells from a column into one cell( the upper cell).Please see sample in Details below.. I'm still scratching my head for this one. THIS IS WHAT I H…
How to merge duplicates in an array of objects and sum a specific property? [dup
How to merge duplicates in an array of objects and sum a specific property? [duplicate]. I am creating a JS chart, which I have done succesfully but I a lot having duplicates . Be…
How to modify code for led on msp430 to blink 1 time and then stop. followed by
How to modify code for led on msp430 to blink 1 time and then stop. followed by 8 times and stop. and finally 9 times and stop ? MSP430 CODE EXAMPLE DISCLAIMER ·MSP43 · demonstrat…
How to modify it? sql --road rally table CREATE TABLE RoadRally (EventDate DATE
How to modify it? sql --road rally table CREATE TABLE RoadRally         (EventDate DATE NOT NULL,         PhoneNum NUMERIC, CONSTRAINT RoadRally_PK PRIMARY KEY (EventDate)); --sta…
How to modify the code based on the information given: a. Each object of memberT
How to modify the code based on the information given: a. Each object of memberType can hold the name of a person, member ID, number of books bought, and amount spent. b. Include …
How to modify the code based on the information given: a. Each object of memberT
How to modify the code based on the information given: a. Each object of memberType can hold the name of a person, member ID, number of books bought, and amount spent. b. Include …
How to modify the following code to satisfy the conditions: 1. The length of the
How to modify the following code to satisfy the conditions: 1. The length of the shorter array is the square root of the length of the longer array 2.To add an element, use insert…
How to modify this code based on the information given: the array is supposed to
How to modify this code based on the information given: the array is supposed to be initially loaded from a file (containing 4 33 25 68 50 30 63 47 54 86 82 71) 2) Consider the fo…
How to modify this code to read the grades from a local file called \"mygrades.t
How to modify this code to read the grades from a local file called "mygrades.txt" #include <iostream> #include <cstring> using namespace std; class Grade{ public: voi…
How to modify this program so it can read x and fx from an input file? //header
How to modify this program so it can read x and fx from an input file? //header files #include<iostream> #include<iomanip> using namespace std; int main() { char ch; c…
How to move to a specific position in the file? Use fseek Example: Copy 5 bytes
How to move to a specific position in the file? Use fseek Example: Copy 5 bytes from the file testl.dat, starting at the tenth byte, and append to the end oftest2.dat: % Create fi…
How to navigate using Excel GoTo (ctrl-G or F5)? How can I use Excel GoTo (ctrl-
How to navigate using Excel GoTo (ctrl-G or F5)? How can I use Excel GoTo (ctrl-G or F5) to "visit" each cell with a selected condition? For example, in a very large worksheet -- …
How to not fail Or why there is not audience for what we make and why that truth
How to not fail Or why there is not audience for what we make and why that truth will set us free, this is the language of marketing Audience, fans, commitment, relationships, eng…
How to open and use these files on without using a filepath? import java.io.Buff
How to open and use these files on without using a filepath? import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileReader; import j…
How to optimize this code: char naive_convolve_descr[] = \"naive_convolve: Naive
How to optimize this code: char naive_convolve_descr[] = "naive_convolve: Naive baseline implementation"; void naive_convolve(int dim, pixel *src, pixel *dst) {     int i, j, ii, …
How to parse this data given in raw text format? The format of the data is : PER
How to parse this data given in raw text format? The format of the data is : PERSONAL INFO : Name : John Doe Age: 25Y Address: XYZ Street COMPLAINT: Complaint topic: Can't get cab…
How to pass a remote source data from Python CGI to jquery autocomplete? I am ab
How to pass a remote source data from Python CGI to jquery autocomplete? I am able to hard code the value via array but not able to figure out the method to use a cgi script data.…
How to pick a supplier based on this data: I was thinking to check if the averag
How to pick a supplier based on this data: I was thinking to check if the average number of defects per lot was acceptable, which they all were. I did that by computing the AQL nu…
How to pop elements from stack after the user has inputted integers. then I need
How to pop elements from stack after the user has inputted integers. then I need to fill the array to the size of 16. //6 elements onto stack int [] five = new int [6]; System.out…
How to prepare the reversing entries from the adjustingentries as follows and tr
How to prepare the reversing entries from the adjustingentries as follows and tranferrer to the ledger ? Advertising expenses prepaid 800 Advertisingexpenses 800 Salesmen'scommiss…
How to print and sort the EXACT way by using hash maps? Please enter the name of
How to print and sort the EXACT way by using hash maps? Please enter the name of the input file, or q to suit, · albums.txt U2: 6 Beatles: 5 Madonna: 4 Bob Dylan: 4 Nirvana s 3 Ra…
How to print returned methods in JAVA. I have written a code, but I need the out
How to print returned methods in JAVA. I have written a code, but I need the out put to look like this:- The Code I have wriiten so far is this :- import java.util.Scanner; public…
How to print the multiple of 5 from n(number user enters )to 1 Letter I only utl
How to print the multiple of 5 from n(number user enters )to 1 Letter I only utl ploglall 18 do the following using Recursion: a) Compute factorial of a given number b) Compute th…
How to print these methods in a separate main class? need the output to look lik
How to print these methods in a separate main class? need the output to look like this: Enter three integers whose GCD is to be found -> Enter an integer n to find the nth Fibo…
How to program the following on MATLAB The value of cos(x) can be approximated u
How to program the following on MATLAB The value of cos(x) can be approximated using a Maclaurin series cos(x) = 1--+ 2! 4 6! Which can be expressed compactly as k-I) cos(x)-2(-1)…
How to prove 1+1=2 Solution The proof starts from the Peano Postulates, which de
How to prove 1+1=2
How to pull data from multiple worksheets based on criteria in two lists I have
How to pull data from multiple worksheets based on criteria in two lists I have a workbook with 25 worksheets pertaining to different suppliers. In each of the supplier sheets the…
How to put the dynamic into the main fuction. The error show have to change the
How to put the dynamic into the main fuction. The error show have to change the dynamic to static. But the purpose is to have the difference between the static, dynamic and heap m…
How to put together 3 unsigned integers into a float in c++. For example, 1. uns
How to put together 3 unsigned integers into a float in c++. For example, 1. unsigned int is the sign bit 2. Unsigned int is the exponent 3. Unsigned int is the mantissa How to gr…
How to quickly to get the SD and P-value by hand written. Plz give me some advis
How to quickly to get the SD and P-value by hand written. Plz give me some advise. Super Sneaker Company is evaluating two different materials, A and B, to be used to construct th…
How to read this information from a file and then organize it by the numbers giv
How to read this information from a file and then organize it by the numbers given in numerical order in c++ Robinson,Will 000000155 12 Lost in Space Munster,Herman 000000120 150 …
How to read values of error bars in a bar graph when I don\'t have the source da
How to read values of error bars in a bar graph when I don't have the source data Hi! Background: I have a bar graph from a project I was working on - but all the data was linked/…
How to recover a previous version of an excel spreadsheet after saving it How ca
How to recover a previous version of an excel spreadsheet after saving it How can I recover a previous version of an excel spreadsheet where changes were saved after an accidental…
How to recovery of removed volume (logical volume) ? Problem5: (ME3400 Enginccri
How to recovery of removed volume (logical volume) ? Problem5: (ME3400 Enginccring Dynamics) Construction of functions and use of numcrical solvers to solve engincering problems C…
How to recursive solve a fractional Knapsack problem in Java with log(n) time. N
How to recursive solve a fractional Knapsack problem in Java with log(n) time. Note!! And return a boolean array of each being take(T) or not take(F) this output shoud be: take=[0…
How to reference this book correctly in APA? First published 2011 by Routledge 2
How to reference this book correctly in APA? First published 2011 by Routledge 27 Church Road, Hove, East Sussex, BN3 2FA Simultaneously published in the USA and Canada by Routled…
How to remove a node from an array-based binary tree in c++? I am studying and c
How to remove a node from an array-based binary tree in c++? I am studying and can't find a good answer. Here is the code: #include #include #include using namespace std; #ifndef …
How to remove an accidental embed Excel 2010 `I have gotten a blank space locked
How to remove an accidental embed Excel 2010 `I have gotten a blank space locked to a cell in a spreadsheet . The cell shows it as a function EMBED hidden. and it hides the actual…
How to remove white spaces at the end of a string in MARIE ASSEMBLY? I\'m trying
How to remove white spaces at the end of a string in MARIE ASSEMBLY? I'm trying to trim the white spaces at the end of a string. I have a print subroutine that stops printing once…
How to replace and add char value to the left of a position in an array... So I
How to replace and add char value to the left of a position in an array... So I am currently trying to create a project that will create a 32 by 8 tank array that will generate a …
How to replace elements in a 2D array in Java? Okay so for my program, I am tryi
How to replace elements in a 2D array in Java? Okay so for my program, I am trying to create a fish tank. My program is to generate 4 different FISH: ><))'> in a tank of …
How to replace elements in a 2D array in Java? Okay so for my program, I am tryi
How to replace elements in a 2D array in Java? Okay so for my program, I am trying to create a fish tank. My program is to generate 4 different FISH: ><))'> in a tank of …
How to replace elements in a 2D array in Java? Okay so for my program, I am tryi
How to replace elements in a 2D array in Java? Okay so for my program, I am trying to create a fish tank. My program is to generate 4 different FISH: ><))'> in a tank of …
How to replace elements in a 2D array? Okay so for my program, I am trying to cr
How to replace elements in a 2D array? Okay so for my program, I am trying to create a fish tank. My program is to generate 4 different FISH: ><))'> in a tank of tilde (~…
How to reply to the below Discussion response. Managerial accounting provides in
How to reply to the below Discussion response. Managerial accounting provides internal managers the use of accounting to plan and control business operations (Pearsoncustom.com, n…
How to reset Command-C for copy not for \"Copy to Scrapbook\" For some reason in
How to reset Command-C for copy not for "Copy to Scrapbook" For some reason in Excel the "command-c" shortcut to copy is set to "copy to scrapbook". The result of this is that whe…