Browse I
Alphabetical listing with fast deep pagination.
87858 items • Page 205 / 1758
I have this code (below) and it should be spitting out correct0 1 1 2 1 2 3 1 2
I have this code (below) and it should be spitting out correct0 1 1 2 1 2 3 1 2 3 4 but it's spitting out 1 1 1 2 1 2 1 3 2 1 3 2 1 4 3 2 1 4 3 2 when input0 is is entered using .…
I have this code (below), and I\'m trying to get it to work correctly. I need th
I have this code (below), and I'm trying to get it to work correctly. I need the LED in pin 13 to always be on, and the LED in pin 12 to toggle based on movement. When the motion …
I have this code and everything works fine except the subtraction part. I can\'t
I have this code and everything works fine except the subtraction part. I can't use strings so please stick to my code. Also, i can't seem to change the sign for the subtraction p…
I have this code and i need to be able to use this code so that on the carLinked
I have this code and i need to be able to use this code so that on the carLinked list it works istead of giving me an error when i try to say car.getMake() it says that the car va…
I have this code and im wondering if there is a way to get the variables from th
I have this code and im wondering if there is a way to get the variables from the Car class. public class Car { private String name; private String make; private String color; pri…
I have this code and it should display message if the characters are less than 5
I have this code and it should display message if the characters are less than 5 and greater than 15. However, if I type a 3 letter word or 16 letter word and click submit, nothin…
I have this code and it should display message if the characters are less than 5
I have this code and it should display message if the characters are less than 5 and greater than 15. However, if I type a 3 letter word or 16 letter word and click submit, nothin…
I have this code and it shown an error: java.lang.NullPointerException at Fastes
I have this code and it shown an error: java.lang.NullPointerException at FastestTrain.main(FastestTrain.java:77) Please help me fix the error. The code contains 3 classes: //Fast…
I have this code and it wont work, basically I just have to arrange the two stac
I have this code and it wont work, basically I just have to arrange the two stacks so that they are in numerical order. this is what i have import java.io.*; import java.util.*; /…
I have this code below, and I need to implement this program to demonstrate quad
I have this code below, and I need to implement this program to demonstrate quadratic hash probing when a collision occurs. The language is C++ #include<iostream> #include&l…
I have this code below, but I don\'t understand why it is not working. What am I
I have this code below, but I don't understand why it is not working. What am I doing wrong? I keep recieving the message "Team cannot be resolved to a type". I have no clue what …
I have this code but I cannot get it to work. I think I have to add header files
I have this code but I cannot get it to work. I think I have to add header files but I don't know what those are or how to add them. I completely new to C++ but so step by step in…
I have this code but its not working. It comes up with an error when I compile i
I have this code but its not working. It comes up with an error when I compile it regarding this line of code: fstream fin(fileName, ios::in); The initial reason for the code was…
I have this code but when i run it it doesn\'t count the length. If you can help
I have this code but when i run it it doesn't count the length. If you can help fix length function. This what my sample runs is: Please enter a word (or just hit enter to end): 5…
I have this code completed, but am having issues running it every time. I am req
I have this code completed, but am having issues running it every time. I am requesting that // is used to explain the steps please as I just need help understanding my error, as …
I have this code for ArrayBag, I need to do the last part of my hw which asks fo
I have this code for ArrayBag, I need to do the last part of my hw which asks for : 4. Create an application class and test all methods! (10pts)Instantiate two instances of the Ar…
I have this code for Octave and I cannot figure out how to get it to run and giv
I have this code for Octave and I cannot figure out how to get it to run and give me the plots I need. It keeps telling me division by zero inside the for loop for the F_G2 line. …
I have this code for an address book. You can add, delete, etc the names and inf
I have this code for an address book. You can add, delete, etc the names and information of the entries. I am trying to add the variable "stamp" where it will add or subtract to t…
I have this code for this specific problem: public class MonteCarlo { public sta
I have this code for this specific problem: public class MonteCarlo { public static void main(String args[]) { final int N = 5000; int numInside = 0; double X, Y, radius, mypi; fo…
I have this code from C++ and these are the instructions Write a program that do
I have this code from C++ and these are the instructions Write a program that does the following: Reads 5 employee identification numbers from a file. Asks the user to enter the n…
I have this code from my professor in a C++ class. #include #include
I have this code from my professor in a C++ class. #include <iostream> #include <iomanip> using namespace std; int main() { const int sizeRow = 5; …
I have this code in a controller of an MVC implementation: public void execute()
I have this code in a controller of an MVC implementation: public void execute() { try { String path = userSelectsFile(); if ( path == null ) retur…
I have this code in java and i want it to display its output in a CSV FILE . I w
I have this code in java and i want it to display its output in a CSV FILE . I want each output to go on a seperate cell or seperate column , so im copying certain text from text …
I have this code in java: public static int addRecord(Scanner input, PrintWriter
I have this code in java: public static int addRecord(Scanner input, PrintWriter output, Student[] students) { int id = input.nextInt(); String fname = input.next(); String lname …
I have this code in perl to guess a number but how can I make it loop until the
I have this code in perl to guess a number but how can I make it loop until the correct answer is entered. Like this; guess my number Enter your guess: 10 your number is less than…
I have this code is done just need the javascript part to save the data into the
I have this code is done just need the javascript part to save the data into the website by using local storage getItme and setItem HTML: <!DOCTYPE html> <html> <he…
I have this code it works and it open the PDF file but it opens only one file li
I have this code it works and it open the PDF file but it opens only one file like it does not go to the other one if I type the other PDF name I made IF statement but I need help…
I have this code so far for processing a a priority queue. I have a set interval
I have this code so far for processing a a priority queue. I have a set interval time when items get queued from an input file . Then each item has a time to start or go into proc…
I have this code so far, the object of the assignment is to take the image \"Par
I have this code so far, the object of the assignment is to take the image "Parkes.png", resize it and turn it into four images in a sort of four-square type box. One is supposed …
I have this code thanks to experts on year and i have recreated it to fit my nee
I have this code thanks to experts on year and i have recreated it to fit my needs. However, I'm getting two an error on lines 47 and 61 of a ZeroDivisionError. line 61 new_centro…
I have this code that I need to check for whether a string is palindrome or not.
I have this code that I need to check for whether a string is palindrome or not. But I got it wrong, I don't know where do I get it wrong? Can someone help me point out from my co…
I have this code that basically reads if a key needs to be pressed in a game but
I have this code that basically reads if a key needs to be pressed in a game but im not sure how to make it into a exe file with a on and off button. can you make this code have a…
I have this code that does the job but not as my assignment has intended. What i
I have this code that does the job but not as my assignment has intended. What i need this do is the exact same thing but with the use of from pandas import Series, Data Frame imp…
I have this code that encrypts or decrypts text. Is there a simpler way to code
I have this code that encrypts or decrypts text. Is there a simpler way to code it without using stringbuilder and append? I do not want to use anything complicated, just looking …
I have this code that has a couple of errors. I just need help on figuring out w
I have this code that has a couple of errors. I just need help on figuring out what they are. #include <iostream> #include <iomanip> #include <cmath> using names…
I have this code that is supposed to run an MLFQ scheduler in xv6 but when I try
I have this code that is supposed to run an MLFQ scheduler in xv6 but when I try to run it, it get's stuck saying starting cpu0 and cpu1 any ideas why the code is doing this? Proc…
I have this code to execute a payroll program and everytime i put it into dec c+
I have this code to execute a payroll program and everytime i put it into dec c++ or codeblocks the out put looks like this: please help me figure out whats wrong here #include &l…
I have this code which I have put into visual studio 2010...It keeps asking me t
I have this code which I have put into visual studio 2010...It keeps asking me to enter the name of my file I wish to encrypt. I input the file name and get this...what am i doing…
I have this code which does three options. how can i add two more options which
I have this code which does three options. how can i add two more options which are: 1-print the last letter: 2-print the frist letter: #include <stdio.h> #include <stdli…
I have this code, and I keep getting this error: test.cpp:6:1: error: expected u
I have this code, and I keep getting this error: test.cpp:6:1: error: expected unqualified-id before 'public' I'm using JGRASP. Can anyone tell me what I'm doing wrong? ----------…
I have this code, and in switch, case 3, i wanted to delete file, but there\'s e
I have this code, and in switch, case 3, i wanted to delete file, but there's error in deleting file, and i cant figure it out. hope anyone can help me solve this problem. thank y…
I have this code, but it gives errors which are \'{\': missing function header (
I have this code, but it gives errors which are '{': missing function header (old-style formal list?) AND expected a declaration // // Sample code to measure execution time in…
I have this code, which finds the common values of 3 arrays. I need code that wi
I have this code, which finds the common values of 3 arrays. I need code that will find the common elements of an input of n number arrays. I believe a recursive code would work b…
I have this code. But when i run it, it says Exception in thread \"main\" java.l
I have this code. But when i run it, it says Exception in thread "main" java.lang.NullPointerException. Can someone please fix this and print the updated fixed code solution? impo…
I have this code: df_pre_2003.groupby([\'year\'])[\'nAllNeonic\'].sum().plot(col
I have this code: df_pre_2003.groupby(['year'])['nAllNeonic'].sum().plot(color='red') plt.title("Neonic usage prior to 2003") It currently produces a simple line graph. That looks…
I have this code: import java.util.*; import java.io.*; public class lab9Prob14
I have this code: import java.util.*; import java.io.*; public class lab9Prob14 { public static void main(String[] args) throws FileNotFoundException { Scanner inFile = new Scanne…
I have this code: import java.util.Scanner; public class Jobs { /** * @param arg
I have this code: import java.util.Scanner; public class Jobs { /** * @param args the command line arguments */ public static void main(String[] args) { int numberOfJobs = 0; int …
I have this contact manager program and am having issues changing it to use an a
I have this contact manager program and am having issues changing it to use an array class, then the same code using a vector class. Here is what I have. #include<fstream> #…
I have this data set using R that I named c and I have to take the standard devi
I have this data set using R that I named c and I have to take the standard deviation of the first 10 rows, my code I used was sd(c[1:10]) and I keep getting error in is.data.fram…
I have this equation Fe(H2O)6 2+ + H2C204(aq) +0.5 H20 + 2C2O4 2- (aq) + 3K+-->
I have this equation Fe(H2O)6 2+ + H2C204(aq) +0.5 H20 + 2C2O4 2- (aq) + 3K+--> H3O+ (aq) + K3[Fe(C2O4)3] 3H2O(s) + 3H2O(l) I have 10.005g of Fe(H20)6 2+ 8.3039 g oxalic acid 6…