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

Browse F

Alphabetical listing with fast deep pagination.
30003 items • Page 212 / 601

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
Five-step process: Materials added at different points Royce Chicken produces ca
Five-step process: Materials added at different points Royce Chicken produces canned chicken a la king. The chicken a la king passes through three departments: (1) Mixing, (2) Ret…
Fix 4 Less is a company for cellphone repair. The business offers variety of ser
Fix 4 Less is a company for cellphone repair. The business offers variety of services such as refurbishing the screens, selling the parts online (amazon, eBay and bonanza), retail…
Fix 4 Less is a company for cellphone repair. The business offers variety of ser
Fix 4 Less is a company for cellphone repair. The business offers variety of services such as refurbishing the screens, selling the parts online (amazon, eBay and bonanza), retail…
Fix Custom Function Result Format Hi All, I have created a custom formula using
Fix Custom Function Result Format Hi All, I have created a custom formula using VBA to show the Username of the person editing a cell. VBA Code: Public Function UserName()     Use…
Fix MATLAB code for condition number estimate: The code cannot use built-in MATL
Fix MATLAB code for condition number estimate: The code cannot use built-in MATLAB functions for inverse or condition number and must use the LU decomposition of a square matrix A…
Fix This Python Code ! - Add Hungarian or Camel Notation - Fix Calling To Print
Fix This Python Code ! - Add Hungarian or Camel Notation - Fix Calling To Print Function -For The TwoPower Function the range needs to be changed to (1,17), 2 to the power of zero…
Fix a predictive parser in Java: My code is given as follow, but please help me
Fix a predictive parser in Java: My code is given as follow, but please help me fix it so that it can process an input file and output in preorder form!!! The output is always 'nu…
Fix all compilation errorsfor this JAVA program // // Debugging Problem import j
Fix all compilation errorsfor this JAVA program // // Debugging Problem import java.util.Scanner; public class Temperature {    public static void main( String args[] )    {      …
Fix all the bugs in the file fixme-lab.cpp above. Each of the bugs can be fixed
Fix all the bugs in the file fixme-lab.cpp above. Each of the bugs can be fixed by only making a small change. Please submit fixed version. (FIX errors) #include <iostream> …
Fix all this PHP code: What’s wrong with the flowing function body ? function my
Fix all this PHP code: What’s wrong with the flowing function body ? function my_function ( $x, $y, $z ) {    echo $x . $y . $z } What’s wrong with the flowing function definition…
Fix an epsilon > 0. Let {r_k} be an enumeration of the rationales, and let X_k b
Fix an epsilon > 0. Let {r_k} be an enumeration of the rationales, and let X_k be the characteristic function of the open interval (r_k - epsilon/2^k, r_k + epsilon/2^k). Defin…
Fix header so it can be run in the main: Main: #include #include \"Aqua
Fix header so it can be run in the main: Main: #include <vector> #include "Aquarium.h" using namespace std; // We would like to use the Aquarium object which has been // def…
Fix m = 7. Assume U = {1, 2, ... m - 1}. Consider the family H = {h_1, ... h_m-1
Fix m = 7. Assume U = {1, 2, ... m - 1}. Consider the family H = {h_1, ... h_m-1} of hash functions h_i(k) = (ik) mod m (for i = 1, ... m - 1) (a) Show that according to the defin…
Fix my General journal(some might be wrong or do not have to be in it) and trial
Fix my General journal(some might be wrong or do not have to be in it) and trial balance and explain what did i did wrong? Its also says use 2.5% instead of 5% cause its half of i…
Fix my code (90% is working. Also I provide a completly working example. 6000 po
Fix my code (90% is working. Also I provide a completly working example. 6000 points!!!) Car Simulation is working totally. Bus Simulation is glitching. Please fix Bus Simulation.…
Fix my code (90% is working. Also I provide a completly working example. 6000 po
Fix my code (90% is working. Also I provide a completly working example. 6000 points!!!) Car Simulation is working totally. Bus Simulation is glitching. Please fix Bus Simulation.…
Fix my mistakes The combination of an applied force and a constant frictional fo
Fix my mistakes The combination of an applied force and a constant frictional force produces a constant total torque of 36.4 N·m on a wheel rotating about a fixed axis. The applie…
Fix my objectives and each paragraph, In order to establish and make marketing e
Fix my objectives and each paragraph, In order to establish and make marketing efficient, there have to be goals or objectives planned for the marketing aspect of the business. Wh…
Fix my trial balance and explain Ty Koon, Harry Pitts and Eileen Dover are the f
Fix my trial balance and explain Ty Koon, Harry Pitts and Eileen Dover are the founders of Sharpe Incorporated. The charter of the corporation authorized 500,000 shares of $5 par …
Fix n N. For an n times n matrix A = (A_ij)1 lessthanorequalto i, j lessthanoreq
Fix n N. For an n times n matrix A = (A_ij)1 lessthanorequalto i, j lessthanorequalto n, the transpose of A is the n times n matrix A^T defined by (A^T)_ij: = A_ij for 1 lessthano…
Fix one error of Java The line 16 has errors, which is shown in picture package
Fix one error of Java The line 16 has errors, which is shown in picture package db.mongodb; import java.text.ParseException; import org.bson.Document; import com.mongodb.MongoClie…
Fix sql code : I get the error in SQL Report Builder \"An item with same key has
Fix sql code : I get the error in SQL Report Builder "An item with same key has been added" this is my sql query:: SELECT    top 75 * FROM       [EOLTData].[dbo].eolt_scenario_val…
Fix the 2 debugging exercies 1 // DebugFive1 2 // Adds your lunch bill 3 // Burg
Fix the 2 debugging exercies 1 // DebugFive1 2 // Adds your lunch bill 3 // Burger and hot dog are $2.59 4 // Grilled cheese and fish are $1.99 5 // Fries are 89 cents 6 import ja…
Fix the 2 debugging exercises. PLEASE ONLY SHOW FIXES BY HAVING THE LINE NUMBER
Fix the 2 debugging exercises. PLEASE ONLY SHOW FIXES BY HAVING THE LINE NUMBER ALONG WITH IT. 1 // DebugFive1 2 // Adds your lunch bill 3 // Burger and hot dog are $2.59 4 // Gri…
Fix the 4 debugging exercises. 1 // DebugFive1 2 // Adds your lunch bill 3 // Bu
Fix the 4 debugging exercises. 1 // DebugFive1 2 // Adds your lunch bill 3 // Burger and hot dog are $2.59 4 // Grilled cheese and fish are $1.99 5 // Fries are 89 cents 6 import …
Fix the ArrayStack.java file so you add the required method declared in StackInt
Fix the ArrayStack.java file so you add the required method declared in StackInterface, but not defined ArrayStack yet (so write the function definition), AND fix the isEmpty() me…
Fix the Integrity Constraint Violation in the folowing SQL code: drop table Stud
Fix the Integrity Constraint Violation in the folowing SQL code: drop table StudentCourse; drop table student; create table student( sid number (10) constraint pk_student primary …
Fix the MagicSquare program so that it compiles and works correctly, according t
Fix the MagicSquare program so that it compiles and works correctly, according to the comments at the top of the file. // MagicSquare.java -- This class generates magic squares (a…
Fix the attached program (CountNegativeNumbers.cpp) so that it will display how
Fix the attached program (CountNegativeNumbers.cpp) so that it will display how many negative numbers are entered from the user. The attached image (countNegNum.gif) shows a sampl…
Fix the below code to be in working condition. Java, I use eclipse. Please inclu
Fix the below code to be in working condition. Java, I use eclipse. Please include screen shots of the working program. -----------------------------------------------------------…
Fix the code % FIX ME To Make It run correctly. Use the Programming Language ---
Fix the code % FIX ME To Make It run correctly. Use the Programming Language         ---- > MATLAB <--- Assessments Tests Check if CalculateDelivery(65.4) returns 36 Check i…
Fix the code debugging exercises chapter 7. I did the first two but want to make
Fix the code debugging exercises chapter 7. I did the first two but want to make sure I made no mistakes. Number 3 I haven't solved. 1) Private Sub btnItemNumber_Click (By Val sen…
Fix the code in Oops2.java so that it is better structured and avoids redundancy
Fix the code in Oops2.java so that it is better structured and avoids redundancy. There are some lines of code that are repeated. Think about where you can move the repeated lines…
Fix the code so that it can encrypt plaintext and decrypt ciphertext (S-DES) imp
Fix the code so that it can encrypt plaintext and decrypt ciphertext (S-DES) import java.util.Scanner; class InsideSDESFK {    //method 1    protected static int[] expanded = new …
Fix the code: private Sub btnSoftball_Click(ByVal sender As System.Object, ByVal
Fix the code: private Sub btnSoftball_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSoftball.Click Dim decHits As Decimal = 210 Dim decTimesAtBat As…
Fix the coding erros: class Timer: def __init__(self, h, m): \'initialize the ti
Fix the coding erros: class Timer: def __init__(self, h, m): 'initialize the timer according to the hours and minutes passed as parameters' self.hours = h self.minutes = m def tic…
Fix the errors . Draw and tell what the animation results would be. Show the col
Fix the errors . Draw and tell what the animation results would be. Show the color and placements of the drawings. Please , try to explain to me every line of this program even th…
Fix the errors in the following C code. #include int nofjobs; int nofm
Fix the errors in the following C code. #include <stdio.h> int nofjobs; int nofmachines; struct s { int mId,duration; }; int main() { struct s machines[nofmachines],jobs[nof…
Fix the errors in the following C++ program, so that it compiles in the putty te
Fix the errors in the following C++ program, so that it compiles in the putty terminal. Show proof that it compiles and runs with a sample run. #include<iostream> #include &…
Fix the errors in the following C++ progtam so that it compiles in putty termina
Fix the errors in the following C++ progtam so that it compiles in putty terminal. #include<iostream> #include <stdlib.h> //#include<cstdlib.h> #include<cmath…
Fix the errors in the following program and change it so it can run without the
Fix the errors in the following program and change it so it can run without the iostream.h #include <string> #include <stdlib.h> #include <iostream.h> #include &…
Fix the errors of the following sentences! Creating Parallel Structure When List
Fix the errors of the following sentences! Creating Parallel Structure When Listing Items 1. To narrow a Web search: Place quotation marks around a phrase when you want an exact t…
Fix the erros to make this Program work: import java.awt.*; import javax.swing.*
Fix the erros to make this Program work: import java.awt.*; import javax.swing.*; import java.awt.event.*; public class TrafficLight extends JPanel { private int currentState = 0;…
Fix the following C program so it compiles and runs. #include stdio.h #include u
Fix the following C program so it compiles and runs. #include stdio.h #include unistd.h #include stdlib.h #include string.h #include pthread.h #include semaphore.h void * thread_f…
Fix the following code in UNIX, i will give you a good rating #include
Fix the following code in UNIX, i will give you a good rating #include<stdio.h> #include<fcntl.h> #include<sys/stat.h> #include<sys/types.h> #include<st…
Fix the following code to met with the requirements of this question. Question:
Fix the following code to met with the requirements of this question. Question: Write an implementation of the ADT stack that uses a resizable array (vector class of C++ STL) to r…
Fix the following issues in the diagram. 1.Missing or extra tables including pri
Fix the following issues in the diagram. 1.Missing or extra tables including primary key corrections. 2.Get rid of any Missing or incorrect fields 3. Get rid of any Missing or inc…
Fix the following javascript errors use document.write thank you
Fix the following javascript errors use document.write thank you <!DOCTYPE html> <html> <head>    <script language="javascript" type="text/javascript" src="sc…
Fix the following lines of code Float diff = {2.4 , 9.4, 2.4, 4.8} Write an arra
Fix the following lines of code Float diff = {2.4 , 9.4, 2.4, 4.8} Write an array declaration (size 50) and a supporting class Credit card transactions that contain a transaction …
Fix the following method before adding it to the class. Public String toString()
Fix the following method before adding it to the class. Public String toString() {System.out.println ("description = + description); System.out.println ("price = "+ price); System…