Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~505 People Reached
Favorite Forums
Favorite Tags
c++ x 18
Member Avatar for brock.holman.7

so i am on my last 2 programs for my programminng course and i only have till monday(3 days) to do both of them here are the guidlines for the first project: 14-1 Write a program that declares an array of ten floating point values. Have the program prompt the …

Member Avatar for Lerner
0
107
Member Avatar for brock.holman.7

hey guys so i was thinking of how i would make a program that would state the alphabet from a-z in capitols then the program would change it all to lower case one at a time. btw i would like to use pointers

Member Avatar for deceptikon
0
126
Member Avatar for brock.holman.7

i would like help making a little piece of code that just counts down from a number, example 30 to 0. the program shouldnt display the previous numbers counted. thats it, any hel-p would be great.

Member Avatar for Gonbe
0
133
Member Avatar for brock.holman.7

// hi-low guesser #include <iostream> #include <string> using namespace std; const int NUMBER_OF_GUESSES = 5; int main() { string firstName; int computerGuess; int numGuesses = 5; char answer; int min; int max; cout << "please think of a number between 1 and 100, and I will try to." << endl; …

Member Avatar for brock.holman.7
0
139