Browse I
Alphabetical listing with fast deep pagination.
87858 items • Page 98 / 1758
I am writing a Visual Basic 2008 program that calculate student grade average. t
I am writing a Visual Basic 2008 program that calculate student grade average. thus far I have BEGIN Average Grade Sum=0 Count= Loop WHILE grade > 0 Sum = sum+ grade Count = co…
I am writing a bet settling app in C# and WinForms. I have 6 selections, 4 of th
I am writing a bet settling app in C# and WinForms. I have 6 selections, 4 of them have won. I know that using the following formula from Excel: =FACT(selections)/(FACT(selections…
I am writing a business report on the topic below, I also included the steps too
I am writing a business report on the topic below, I also included the steps too. A trade group of midsized businesses has hired you to prepare a report regarding issues related t…
I am writing a c++ progam and make a game, that allow will alow user to player a
I am writing a c++ progam and make a game, that allow will alow user to player against computer and watch computer vs computer. When, it comes to 0 my code break, and also at the …
I am writing a c++ progam. I need help with student id and file reading. In this
I am writing a c++ progam. I need help with student id and file reading. In this program, I am trying to read student first name, last name, student ID, student Exams, average and…
I am writing a c++ progam. I need help with student id and file reading. In this
I am writing a c++ progam. I need help with student id and file reading. In this program, I am trying to read student first name, last name, student ID, student Exams, average and…
I am writing a c++ program and I need help with implementor the template class a
I am writing a c++ program and I need help with implementor the template class and main. I set up the header file. Please help me with it. I am asking same question around 5 times…
I am writing a c++ program and i need help with this program. When i read data f
I am writing a c++ program and i need help with this program. When i read data from keyboard then it give me error with class average , when I serach with name name then it give m…
I am writing a c++ program that reads in a text file that looks like this: 9 14
I am writing a c++ program that reads in a text file that looks like this: 9 14 1 2 4 1 8 8 2 3 8 2 8 11 3 4 7 3 9 2 3 6 4 4 5 9 4 6 14 5 6 10 6 7 2 7 8 1 7 9 6 8 9 7 this file re…
I am writing a c++ program to validate input of a 3 digit number in any order. F
I am writing a c++ program to validate input of a 3 digit number in any order. For example 321 can be represented as 312 132 123 213 231 The program should check for all these com…
I am writing a c++ program to validate input of a 3 digit number in any order. F
I am writing a c++ program to validate input of a 3 digit number in any order. For example 321 can be represented as 312 132 123 213 231 The program should check for all these com…
I am writing a c++ program. But it break after 1 round, Please help me to figue
I am writing a c++ program. But it break after 1 round, Please help me to figue this out!!! Please include sample output. ///Main #include <iostream> #include <cstdlib>…
I am writing a c++, I got every thing. But this program giving me error \"Initia
I am writing a c++, I got every thing. But this program giving me error "Initialzation of point is skipped by case lable". Can you help me to creat a menu. Pease include sample ou…
I am writing a client / server program pair. I have established my own protocol
I am writing a client / server program pair. I have established my own protocol and am communicating with TCP. Presently, when the client messages the server, it adds 42 to each b…
I am writing a client server application. I wanted to fully separate the server
I am writing a client server application. I wanted to fully separate the server logic, from the view. The first thing I wanted to to, is to make a sort of a message log. The serve…
I am writing a code and I need help, it compiles but I get the wrong output, it
I am writing a code and I need help, it compiles but I get the wrong output, it doesn't match up with what I have to get when I do ./a.out 2 2, please help. #include<stdio.h>…
I am writing a code and am following all instructions given to me. All the codes
I am writing a code and am following all instructions given to me. All the codes and methods look fine when I run the program but the equal method! Based on the instructions, I am…
I am writing a code but when I try to open the file it prints one word per line
I am writing a code but when I try to open the file it prints one word per line ....how can I make it print lines and not just words (preferably using getline, and needs to be usi…
I am writing a code for CS and I need help. #include #include
I am writing a code for CS and I need help. #include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> #include <time.h> int **allo…
I am writing a code in java. I want to ask the user for input for ayes/no questi
I am writing a code in java. I want to ask the user for input for ayes/no question and use the yes or no answer like this: int y = (m.indexOf('/')); if (y == -1) { Syste…
I am writing a code that: A parking garage charges $2 for minimum fee to park up
I am writing a code that: A parking garage charges $2 for minimum fee to park up to 3 hours and then a $.50 per hour charge after the 3rd hour. The maximum charge for any 24 hour …
I am writing a code to solve the problem below. However, the code I have written
I am writing a code to solve the problem below. However, the code I have written which is also below tells me that I have an error for my simplifyFraction() method. I put where th…
I am writing a code to store an inventory an while writing the first class (Prod
I am writing a code to store an inventory an while writing the first class (Product.java) I need to make a different class (ProductTest.java) that tests the variables. I was able …
I am writing a compare contrast paper on the scripting languages Perl, Ruby and
I am writing a compare contrast paper on the scripting languages Perl, Ruby and Rexx. The main focus is on their approaches and techniques to facilitate designs. I am having troub…
I am writing a compound interest program in java but i am still pretty new at th
I am writing a compound interest program in java but i am still pretty new at this and i can't seem to get this to run because it is asking for a main but i have one already. this…
I am writing a console application in C#. It is a receipt where the user inputs
I am writing a console application in C#. It is a receipt where the user inputs the item then quantity and then price per item. It is then validated through regular expressions. I…
I am writing a console application in C#. It is a receipt where the user inputs
I am writing a console application in C#. It is a receipt where the user inputs the item then quantity and then price per item. It is then validated through regular expressions. I…
I am writing a cross-platform (OS X and Windows) desktop application in C++11. I
I am writing a cross-platform (OS X and Windows) desktop application in C++11. I intend to use the same C++11 core on both platforms, utilizing native frameworks for the UI (Cocoa…
I am writing a few computer programs that require recursion for an assignment, a
I am writing a few computer programs that require recursion for an assignment, and I have so far been able to complete some of the assignments, but I am seriously lost on how to d…
I am writing a financial letter for this case. I need help on how to explain how
I am writing a financial letter for this case. I need help on how to explain how to do her income tax. I have to submit an example journal entry and explain it to said client in t…
I am writing a financial letter for this case. I need help on how to explain how
I am writing a financial letter for this case. I need help on how to explain how to do her income tax. I have to submit an example journal entry and explain it to said client in t…
I am writing a function that takes 2 binary trees (t1 and t2) and generates a ne
I am writing a function that takes 2 binary trees (t1 and t2) and generates a new tree that places t2 at the bottom right of t1. t2 is attached to the first node whose right child…
I am writing a function that takes 2 binary trees (z1 and z2) and generates a ne
I am writing a function that takes 2 binary trees (z1 and z2) and generates a new tree that places z2 at the bottom right of z1. z2 is attached to the first node whose right child…
I am writing a function that will convert from one base to the next. I the progr
I am writing a function that will convert from one base to the next. I the program working, but I want to be able to input GAG 22 31 where GAG is the number in the given base ie …
I am writing a function to label the connected component in an image (I know the
I am writing a function to label the connected component in an image (I know there are several libraries outside, I just wanted to play with the algorithm). To do this I label the…
I am writing a game and my friend has offered to help me as it is a RPG and will
I am writing a game and my friend has offered to help me as it is a RPG and will take a long time to do the "scripting" bit of the game. The problem is IMO he's not that good a pr…
I am writing a game in C++, and something I have noticed is that I have many res
I am writing a game in C++, and something I have noticed is that I have many resource files which need to be loaded after a particular point in initialization. For example, OpenGL…
I am writing a game of connect four in c++, I cannot figure out how to write a d
I am writing a game of connect four in c++, I cannot figure out how to write a diagonal win condition or make the pieces fall through to the bottom instead of having to input spec…
I am writing a java code that takes a user input and makes the number pattern; 1
I am writing a java code that takes a user input and makes the number pattern; 1 1 12 21 123 321 1234 4321 and so on and so forth for what ever the user put in as the line number,…
I am writing a lab report for an unknown bacterium. We randomly chose a broth cu
I am writing a lab report for an unknown bacterium. We randomly chose a broth culture labeled with a number and throughout the whole experiment we did not know which bacterium we …
I am writing a library in C++ (making use of many C++11 features) that (as far a
I am writing a library in C++ (making use of many C++11 features) that (as far as I can tell) implements the promise pattern. The library consists of a class that makes asynchrono…
I am writing a library in C++ that is used by customers to interface with hardwa
I am writing a library in C++ that is used by customers to interface with hardware. There are many different devices that I need to support. For the sake of simplicity, assume I h…
I am writing a linux bash script that reads off the file, \"file.txt\" which has
I am writing a linux bash script that reads off the file, "file.txt" which has a series of tokens with letters and numbers. I am having a couple problems with it my first problem …
I am writing a lot to help clarify what I need, but my actual question is very s
I am writing a lot to help clarify what I need, but my actual question is very simple. I need a portion of NASM assembly code please (using I/O asm_io.asm routines). Nothing too c…
I am writing a matchmaking script for a game through a web portal. For the past
I am writing a matchmaking script for a game through a web portal. For the past few days I have been looking into the different options and I believe the following approach would …
I am writing a matlab program where I created a figure that has a few different
I am writing a matlab program where I created a figure that has a few different elements to it and now I need to move that figure into a specific excel file into a specific set of…
I am writing a max heap in java. Here is my code: I am having a little trouble w
I am writing a max heap in java. Here is my code: I am having a little trouble with the extract max funciton. After running the function, the last item in the array is moved to th…
I am writing a merge sort function in C++ and it is giving me errors. Can you fi
I am writing a merge sort function in C++ and it is giving me errors. Can you fix my code? My function has to be of the form: void mergeSort(int* p, int length). void mergeSort(in…
I am writing a mini thesisi on Pediasure but need help on the methods section...
I am writing a mini thesisi on Pediasure but need help on the methods section...please help. Materials and Methods The material used were my three kids, 35 pediasures, a weight sc…
I am writing a network wrapper around boost::asio and was wondering what is a go
I am writing a network wrapper around boost::asio and was wondering what is a good and simple way to serialize my messages. I have a message factory which can take care of dispatc…