Browse M
Alphabetical listing with fast deep pagination.
30746 items • Page 548 / 615
My code is correct but I want to know if there is another way of doing it. my pr
My code is correct but I want to know if there is another way of doing it. my professor asked me to do it in another way but my code is correct. I am posting my code below. please…
My code is fine until the last part in the find most social person where : List
My code is fine until the last part in the find most social person where : List mostSocial = new ArrayList<MostSocial>(); It comes up with an error cannot find symbol clas…
My code is giving me garbage out...I want them to caculate the credits by qualit
My code is giving me garbage out...I want them to caculate the credits by quality points but its giving me garbage out.. I think my format is wrong not sure heres my code: #includ…
My code is listed blow but i don\'t know how to make the directions fit in to my
My code is listed blow but i don't know how to make the directions fit in to my program. Next, develop a test program in a separate file (call it TestAccount) which, before creati…
My code is messed up. This is the feedback from my Professor. I am posting my co
My code is messed up. This is the feedback from my Professor. I am posting my code and his feedback. Any help would be appreciated. I don't see that you submitted a test plan docu…
My code is not matching up with the results. The output for the code should be:
My code is not matching up with the results. The output for the code should be: >>> Test Teacher class Teacher: Paul Tan(8 sunset way) IM101 added. IM102 added. IM101 can…
My code is not running correctly and I am not sure why. Usually anything I enter
My code is not running correctly and I am not sure why. Usually anything I enter reads as the current date. The question : Use the Web to learn how to use the LocalDate Boolean me…
My code is not sending out the message correctly. I want the message to show if
My code is not sending out the message correctly. I want the message to show if a "letter" is inputted not when a "number" is inputted. The message is backwards and just needs to …
My code is not working. #include #include #include \"bmp.h\
My code is not working. #include <stdio.h> #include <stdlib.h> #include "bmp.h" int main (int argc, char * argv[]); if (argc not_eq 3) { printf("Usage: ./whodunit infi…
My code is returning crazy numbers. I am not sure what I am doing wrong. I have
My code is returning crazy numbers. I am not sure what I am doing wrong. I have to use one function for input, at least one function for calculations and one function for output. …
My code is supposed to do the following: -Display a frame containing 3 cards -Ea
My code is supposed to do the following: -Display a frame containing 3 cards -Each card is to be selected randomly from the list of card images given. I have written this code and…
My code is this: public void set Date (int month, int day, int year) { this.mont
My code is this: public void set Date (int month, int day, int year) { this.month=monthString(month); this.day = day; this.year=year; this.writeOutput(); } The method writeOutput …
My code isn\'t counting the number of entries and it isn\'t printing the desired
My code isn't counting the number of entries and it isn't printing the desired result. Could you please take a look at it and troubleshoot it: Header file //countryInfo.h #include…
My code isn\'t running correctly. I have to prompt the user for two positive num
My code isn't running correctly. I have to prompt the user for two positive numbers, but when I do that, the program responds as if I entered a negative number? can anyone help? A…
My code keeps crashing, I\'m having the hardest time attempting to debug it: #in
My code keeps crashing, I'm having the hardest time attempting to debug it: #include <stdio.h> #include <stdlib.h> #include <string.h> #define SIZE 4 #define DIR…
My code keeps terminating when I compile it \"lab1.School@7852e922\" School.java
My code keeps terminating when I compile it "lab1.School@7852e922" School.java package lab1; public class School { private String schoolName; public School(String schoolName) { th…
My code needs to include average netpay and I belive that is all that it is miss
My code needs to include average netpay and I belive that is all that it is missing. so the output needs to display the average netpay and that seems to be the only missing compon…
My code outputs this for some reason. The first four are supposed to be the empl
My code outputs this for some reason. The first four are supposed to be the employees I'm supposed to find. The fifth one(NaN), is supposed to output the average pay of employees …
My code so far 125% Programming Assignment #3, Pointers Create a C+ console appl
My code so far 125% Programming Assignment #3, Pointers Create a C+ console application to store points for contestants in a contest. Ask the user for the number of contestants. C…
My code so far : using System; using System.Collections.Generic; using System.Co
My code so far : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using …
My code will only use multiplication even if the user prompts the program to use
My code will only use multiplication even if the user prompts the program to use a different arithmetic. How can i fix that? Also, my percentage variable in the generateProblem fu…
My code won\'t compile in c++ visual studio\'s i\'m not sure whats wrong exactly
My code won't compile in c++ visual studio's i'm not sure whats wrong exactly. #include <stdio.h> #include <stdlib.h> #include <math.h> // here the function is u…
My code work fine exept that I dont know how to get rid of the last comma of the
My code work fine exept that I dont know how to get rid of the last comma of the printed array please help!! This is my output: Here is your array 5 , 6 , 7 , 8 , 9 , 1 , 2 , 3 , …
My code works fine and produces the infix but I get an exception that I don\'t k
My code works fine and produces the infix but I get an exception that I don't know how to fix. Also I'm trying to implement a way so it keeps asking the user for the x value and q…
My code works fine and produces the infix but I get an exception that I don\'t k
My code works fine and produces the infix but I get an exception that I don't know how to fix. Also I'm trying to implement a way so it keeps asking the user for the x value and q…
My code works for number 2 which will give me the correct answer when I have a s
My code works for number 2 which will give me the correct answer when I have a small input file but when I try it with an input file that has a really large amount of coordinates …
My code works for when secretWord contain one \'guess\', but it doesnt work for
My code works for when secretWord contain one 'guess', but it doesnt work for when secretWord contain 2 of the same guess. Example, it work for when guess is 'a', and secretWord i…
My code works just fine, but how do I display to the summary information using a
My code works just fine, but how do I display to the summary information using a toString() method? Here is what I have: package userentalcar; import java.util.Scanner; import jav…
My code works right now but my teacher does not want the program to prompt for t
My code works right now but my teacher does not want the program to prompt for the text file, instead he wants it passed as a command line argument. I know I need to change my int…
My code: #include #include char * repeat_characters(char *s, int n) { printf(\"%
My code: #include #include char * repeat_characters(char *s, int n) { printf("%s", s); char temp; int length = 0; int i = 0; int j = 0; int k = 0; char * newString; while(s[len…
My code: %this code calculates tax >> income=input (\'Enter income\'); print (in
My code: %this code calculates tax >> income=input ('Enter income'); print (income) i = float(raw_input('i: ')) i >= 0 t1=2000+0.05*20000 t2= t1+0.08*30000 t3= t2+0.10*40…
My code: Dim Efound as Range EsheetDelete = InputBox(\" Please Input name of Emp
My code: Dim Efound as Range EsheetDelete = InputBox(" Please Input name of Employee Terminated ") . . . . (code locating worksheet with employee name on it and deleting it) Sheet…
My code: import java.util.Scanner; public class NewClass4 { public static void m
My code: import java.util.Scanner; public class NewClass4 { public static void main(String [] args) { Scanner input = new Scanner(System.in); String status = ""…
My codes how to fix moveUp etc. partsWhen I use it the number doesn\'t move at a
My codes how to fix moveUp etc. partsWhen I use it the number doesn't move at all. Part 4 - Moving Pieces Problem Shifting pieces around and combining them is what makes the game …
My coding background has been always related to Microsoft, so my main coding str
My coding background has been always related to Microsoft, so my main coding strengths are C#, Winforms, ASP.NET Webforms and MVC and SQL Server. I've been given the task to build…
My coding compile won\'t run, can anyone figure that out for me? Thank you. Base
My coding compile won't run, can anyone figure that out for me? Thank you. BaseballA.java coding here: import java.io.BufferedReader; import java.io.DataInputStream; import java.i…
My colleague Mega Angouri has discovered a Greek colony founded around 400 HC an
My colleague Mega Angouri has discovered a Greek colony founded around 400 HC and has told me that it has a plan. This means that a) all of the town is laid out along a single ver…
My colleague and I have dispute. We are writing a .NET application that processe
My colleague and I have dispute. We are writing a .NET application that processes massive amounts of data. It receives data elements, groups subsets of them into blocks according …
My community centre has a public computer center. I am pretty sure that it\'s co
My community centre has a public computer center. I am pretty sure that it's connected in a star topology with some switch in the center. It also have a proxy server which we need…
My company currently uses CSV files along with Excel (Pivot Tables) as a reporti
My company currently uses CSV files along with Excel (Pivot Tables) as a reporting instrument. We export CSV from our invoicing system (which is based on MSSQL, so we have MSSQL S…
My company has a bunch of git repos in a folder which has access control through
My company has a bunch of git repos in a folder which has access control through our active directory domain. So far the folder has been accessed via smb using kerberos authentica…
My company has a lot of experience in .NET development, and one of our products
My company has a lot of experience in .NET development, and one of our products in an ERP system. Recently, a customer asked us if we could provide a tablet interface to that syst…
My company has been developing a site for a very large company. The site is now
My company has been developing a site for a very large company. The site is now live, and it has received its fair share of hits. The site relies enough on JavaScript to make far …
My company has developed a web application based on GWT (Google Web Toolkit) and
My company has developed a web application based on GWT (Google Web Toolkit) and Ext GWT in the browser, JBoss application server and Oracle in the backend. The app allows users o…
My company has many stakeholders, starting with the employees, all the way to th
My company has many stakeholders, starting with the employees, all the way to the people buying our stock on the stock market. We have many things that they are worried about, but…
My company is a hospital. I am currently a coding tech Once you have selected th
My company is a hospital. I am currently a coding tech Once you have selected the organization, identify a strategic goal through preforming a SWOT analysis within your sphere of …
My company is considering replacing a High Speed Encapsulation Machine that was
My company is considering replacing a High Speed Encapsulation Machine that was bought 6 years ago for $50,000. The machine, however, can be repaired by in house maintenance staff…
My company is currently processing less than 4000 Credit Card transactions a yea
My company is currently processing less than 4000 Credit Card transactions a year and we are a level 4 organization. I see that we are storing the credit card data in one of our d…
My company is developing a web application, and I was asked to research how to d
My company is developing a web application, and I was asked to research how to do hardware-based token authentication to login into our web application. Let me repeat: basically t…
My company is investigating hiring a University Computer Science co-op student (
My company is investigating hiring a University Computer Science co-op student (BSc year 3) for a 4- or 8-month work term. (I'm not sure how internationally-recognized the term co…