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 99 / 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 am writing a node.js application which I am breaking down into modules, the is
I am writing a node.js application which I am breaking down into modules, the issue is I am not sure how to organise my code in an idiomatic Javascript way. Currently each of my m…
I am writing a number decryption program. Everything runs well! except for the p
I am writing a number decryption program. Everything runs well! except for the part where i need to loop the whole program in the event that the user inputs y or yes (Y, or YES sh…
I am writing a numeric library to exploit GPU massive parallelism and one of the
I am writing a numeric library to exploit GPU massive parallelism and one of the implemented primitives is a matrix class. Naturally I require a determinant and inverse function f…
I am writing a paper about DNA sequence prediction. DNA sequence prediction is d
I am writing a paper about DNA sequence prediction. DNA sequence prediction is done across various areas of biology, including, for example, RSS sequence prediction (in immunology…
I am writing a paper and for it I am supposed to design my own experiment. I am
I am writing a paper and for it I am supposed to design my own experiment. I am writing the materials section of my paper and I am stuck. Based on this statement "Based on the pre…
I am writing a paper discussing the association between obesity rates and variou
I am writing a paper discussing the association between obesity rates and various socio-demographic features. Below is the methods section. If someone could revise it grammaticall…
I am writing a paper on an article. How do I explain the data results in Table 5
I am writing a paper on an article. How do I explain the data results in Table 5 and Table 7 in the research article called Comparison of Physical Fitness Performance Between Elem…
I am writing a paper on an article. How do I explain the data results in Table 5
I am writing a paper on an article. How do I explain the data results in Table 5 and Table 7 in the research article called Comparison of Physical Fitness Performance Between Elem…
I am writing a paper on reducing the power consumption of security protocols. I
I am writing a paper on reducing the power consumption of security protocols. I am having trouble identifying sources that describe real-time usage of DES and AES, and how often t…
I am writing a paper on the tension between OOP and Generic programming created
I am writing a paper on the tension between OOP and Generic programming created by Stepanov. He widely criticizes OOP and says it is "technically flawed" when compared to Generic …
I am writing a paper, an executive summary for a Chocolate company I \"set-up\"
I am writing a paper, an executive summary for a Chocolate company I "set-up" in Cote d'Ivoire. I am having trouble finding some of the information I need if anyone could help I w…
I am writing a papper on how to fix a management problem within a company. I am
I am writing a papper on how to fix a management problem within a company. I am writing the paper on the company Uber and am having trouble figuring out this part. Please give me …
I am writing a program for a college finance class. I amtrying to calculate bond
I am writing a program for a college finance class. I amtrying to calculate bond duration using this formula. Dur = ( (coup payment) / (1 + currentmarket rate) ^ n   +   (Par + la…
I am writing a program for a college finance class. I amtrying to calculate bond
I am writing a program for a college finance class. I amtrying to calculate bond duration using this formula. Dur = ( (coup payment) / (1 + currentmarket rate) ^ n   +   (Par + la…
I am writing a program for class, but I am stuck on one part--overloading the as
I am writing a program for class, but I am stuck on one part--overloading the assignment operator. According to the prompt I need to use overloaded functions to add/sub/mult/divid…
I am writing a program in C and have the code written but am running into a few
I am writing a program in C and have the code written but am running into a few errors. Firstly, here is the assignment: Modify the linked list example in the book so that it is a…
I am writing a program in C and have the code written but this error has me stum
I am writing a program in C and have the code written but this error has me stumped. Firstly, here is the assignment: Modify the linked list example in the book so that it is a do…
I am writing a program in C and have the code written but this error has me stum
I am writing a program in C and have the code written but this error has me stumped. The error is: newPtr = malloc(sizeof(ListNode)); <---a value of type "void" cannot be assig…
I am writing a program in C and it takes the name of an input file like data1 or
I am writing a program in C and it takes the name of an input file like data1 or data 2 from the command line, then it counts the number of times each vowel occurs in the text (up…
I am writing a program in C and it takes the name of an input file like data1 or
I am writing a program in C and it takes the name of an input file like data1 or data 2 from the command line, then it counts the number of times each vowel occurs in the text (up…
I am writing a program in C and need Help!!: Currently I am asking for the user
I am writing a program in C and need Help!!: Currently I am asking for the user to input a file once the program is running. But I want the user to enter the file into command lin…
I am writing a program in C please Help!!, The program is working the way I want
I am writing a program in C please Help!!, The program is working the way I want it to, but I am supposed to have each function in its own separate file (one function per file) an…
I am writing a program in C please Help!!, The program is working the way I want
I am writing a program in C please Help!!, The program is working the way I want it to, but I want to have each function in its own separate file (one function per file) and each …
I am writing a program in C programming language. I know it is multiple question
I am writing a program in C programming language. I know it is multiple questions, but please just do the first, and yes all of the three questions are linked together, so I would…
I am writing a program in C that manipulates the items of linked list. My progra
I am writing a program in C that manipulates the items of linked list. My program goes as follow: // following are the given functions I am given to exploit:(funtions below are pr…
I am writing a program in C that will convert a floating point number to a base
I am writing a program in C that will convert a floating point number to a base two binary number. It then normalizes it. so 3.74 outputs 1.111E1 . I am not supposed to have trail…
I am writing a program in C that will take out a row and column in a board if th
I am writing a program in C that will take out a row and column in a board if the command entered is entered. so the userinput can be r r 4 for removing the fourth row r c 2 for r…
I am writing a program in C to take user input, and modify different aspects of
I am writing a program in C to take user input, and modify different aspects of an inventory list. However, I need the file "records" to be an external .txt file, that can be view…
I am writing a program in C using functions. I need to add the prototype for a f
I am writing a program in C using functions. I need to add the prototype for a factorial function. I also need to call an exponential and factorial function inside the code. I hav…
I am writing a program in C++ in which a user is asked to enter a series of numb
I am writing a program in C++ in which a user is asked to enter a series of numbers into an array (a maximum of 50). The user is then asked to enter a lower threshold number and a…
I am writing a program in C++ that will implement an AVL tree. the first part of
I am writing a program in C++ that will implement an AVL tree. the first part of the insertion should work where a node gets inserted like a normal BST node, but after that, I'm n…
I am writing a program in MIPS assembly language to find all amicable number pai
I am writing a program in MIPS assembly language to find all amicable number pairs between a given range. I have started by writing a piece of c-code that can run a range from 0-1…
I am writing a program in c++. this is the skeleton I have so far: #include
I am writing a program in c++. this is the skeleton I have so far: #include <iostream> #include <fstream> using namespace std; int main() { int n1, n2; ifstream inFile…
I am writing a program on python 3.4 and I\'m not sure how to do it In this prog
I am writing a program on python 3.4 and I'm not sure how to do it In this programming assignment you are going to use the material covered in Chapter 8 More About Strings to writ…
I am writing a program that allows the user to enter up to 10 non negative integ
I am writing a program that allows the user to enter up to 10 non negative integers. The input ends when the user enters -1. If i create an array 0:10, im pretty sure this just al…
I am writing a program that asks the user to input the amount of miles it will t
I am writing a program that asks the user to input the amount of miles it will take to reach a destination, the amount of miles it takes to stop for gas during the trip, and the a…
I am writing a program that calculates prime numbers and I want to make several
I am writing a program that calculates prime numbers and I want to make several adjustments (code below): 1. Add an output field that displays the results in the same GUI 2.Prints…
I am writing a program that calculates the average price for all books, the aver
I am writing a program that calculates the average price for all books, the average price for books published by macmillan and prints the title and publisher of the most expensive…
I am writing a program that converts integers to 32 bit binary array then conver
I am writing a program that converts integers to 32 bit binary array then converts the binary array into a alphabetical system where 1 = 000 0000 0000 0000 0000 00000001 = a, 000 …
I am writing a program that does various functions. The first problem that I am
I am writing a program that does various functions. The first problem that I am having is that when the program reads in the data file, it is supposed to read each of the first th…
I am writing a program that does various functions. The first probrem that I am
I am writing a program that does various functions.  The first probrem that I am having is that when the program reads in the data file, it is supposed to each of the first two li…
I am writing a program that has at least three JButtons and I have log file. Any
I am writing a program that has at least three JButtons and I have log file. Anytime a button is pressed I need it to record on the log file. So far the code I provided only recor…
I am writing a program that is a multi-form inventory program for a bookstore wi
I am writing a program that is a multi-form inventory program for a bookstore with data saved in a textbox. Here is what I need to do: * Write a menu-driven multiform inventory pr…
I am writing a program that is called class Person, it uses inheritance.The deri
I am writing a program that is called class Person, it uses inheritance.The derived class names are Student and Professor. The user is asked for an ID and the person's name displa…
I am writing a program that is going to require a list of coordinates to plot a
I am writing a program that is going to require a list of coordinates to plot a graph. Your job is to create a program that will generate that list of coordinates. You are also go…
I am writing a program that is going to require a list of coordinates to plot a
I am writing a program that is going to require a list of coordinates to plot a graph. Your job is to create a program that will generate that list of coordinates. You are also go…
I am writing a program that places bolcks on a grid the the sape of different le
I am writing a program that places bolcks on a grid the the sape of different letters. It can also move the blocks and checks if they overlap. I have most of the test cases figure…
I am writing a program that produce a frequency plot of the letters in a body of
I am writing a program that produce a frequency plot of the letters in a body of text. however, there is an error in my code that I can not spot it. am using python 2.7, and the e…
I am writing a program that prompts a user for k distinct lottery numbers within
I am writing a program that prompts a user for k distinct lottery numbers within n range 1-n. The numbers are entered as elements in an array. Of course, the numbers must be great…
I am writing a program that reads ten integers from standard input, and determin
I am writing a program that reads ten integers from standard input, and determines if they are going up or down or neither. Can I get some help? I have supplied what I have alread…