Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
0 Endorsements
~530 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Kimmelivim

Hi! I'm creating a guessing game where I ask the user to guess a number between 1-1000. The output where the computer asks the user for a number is contained in a [I][COLOR="Green"]do loop[/COLOR][/I]. The problem I'm having is that I have a high score list and in the high …

Member Avatar for Kimmelivim
0
164
Member Avatar for Kimmelivim

This is my java assignment for school and I have done most of the work. But I still have some other features I have problems with adding. This is a guessing game where to program requests a number from the user between 1-1000. It will tell the user if the …

Member Avatar for Kimmelivim
0
95
Member Avatar for Kimmelivim

I have an assignment where I need to input a certain value, and the computer will then run through an 'txt' file to see if the value is in there, otherwise it will ask you if you want to create a new value or make a new input. [code] ifstream …

Member Avatar for Kimmelivim
0
158
Member Avatar for Kimmelivim

I have an assignment where I enter a maximum of 100 values. I need to be able to cancel the input when I want. [code=cpp] #include <iostream> #include <iomanip> #include <stdlib.h> using namespace std; void main() { const int value=100; double middle, highest, lowest, sum = 0; double counter[value + …

Member Avatar for vmanes
-2
113