Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
33% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
2 Commented Posts
0 Endorsements
~7K People Reached
About Me

Well, I'm a really nice and intelligent person who likes to meet new people. A little shy though, but it's cool. I love to talk, too. I love animals (especially cats and tigers, though I've never had a tiger for a pet), people who treat others with the…

Interests
Reading, writing (on occasion), hanging out with friends, going to church, listening to music, and spending…
Favorite Forums
Favorite Tags
c++ x 35
c x 13

13 Posted Topics

Member Avatar for naya22

I am working on a math tutoring program that asks the user for a seed value, gives them two random numbers from 1 to 500, and asks them to key in the correct answer. So far, here is my source code: [CODE] #include <iostream> #include <cstdlib> #include <time> #include <conio> …

Member Avatar for Gheorghe_1
0
2K
Member Avatar for gpleonar

Okay, when I ran this program, I saw one error: 1. I did not see the first two ones in the Fibonacci sequence. Also, can you tell me that the a and the i means in this program??

Member Avatar for harshmore
0
415
Member Avatar for naya22

I am writing the following program that calculates the average of a group of test scores where the lowest score in the group is dropped. It has the following functions: [LIST=1] [*]void getScore()-should ask the user for a test score, store it in a reference parameter variable, and validate it. …

Member Avatar for Manutebecker
0
3K
Member Avatar for naya22

Hi. I'm currently writing some design tools for my programs, and I am in desperate need of some help. Does anyone have any good sites that I can go on to find some tutorials on how to use the hierarcy chart, pseudocode, and flowchart for C++ program??

Member Avatar for ~s.o.s~
0
88
Member Avatar for naya22

I am having problems generating the Fibonacci sequence. I would like to start at 30. Here is my program: #include <iostream> #include <conio> using namespace std; int main() { int Fibonacci, n; cout <<"Here is the Fibonacci number sequence until 30 ."; if ( n==1 || n==2 ) return( 1 …

Member Avatar for ndeniche
0
111
Member Avatar for naya22

Hi. Well, I got my subscription program right (thanks for all of the help, everyone!):) [CODE] #include <iostream> #include <iomanip> //Needed for the showpoint and setprecison command #include <fstream> //Needed to use files #include <string> //Needed to use string variable #include <conio> using namespace std; int main() { char choice; …

Member Avatar for naya22
-1
117
Member Avatar for naya22

I have a problem: Here is my program: [CODE] #include <iostream> #include <iomanip> #include <fstream> #include <string> #include <conio> using namespace std; int main() { char choice; string name; int hours; double charges, total; cout << "\t\tInternet Service Provider\n"; cout << "\t\tSubscription Packages\n\n"; cout << "A: For $9.95 per month, …

Member Avatar for naya22
0
173
Member Avatar for naya22

Hi. I'm currently working on a program that requires me to use arrays. Does anyone know a good tutoring site that I can go to?? Thanks!

Member Avatar for Matt Tacular
0
78
Member Avatar for chikwava

No one is here to do your homework for you. YOU have to be the one to put forth some effort to show that you really want to learn. If people type your codes iin for you, then you'd never learn C++.

Member Avatar for naya22
0
96
Member Avatar for naya22

Hi. I am trying to write a program that asks for the wholesale cost of an item and its markup percentage, and displays the retail price. Well, I did that the regular way, but... My instructions require for me to: *Create a function that accepts the wholesale cost and markup …

Member Avatar for thekashyap
0
103
Member Avatar for naya22

Well, everyone, here I am again. (I'm becoming a familiar face, am I???):confused: I am working on an program in Borland C++ Builder 6 in which I have to create a program that asks the user for their name, what package they choose, and how many hours did they use. …

Member Avatar for naya22
0
114
Member Avatar for naya22

Hi. Can anyone tell me some good websites that I can go to to find out more about functions in C++? Thanks

Member Avatar for mariocatch
-1
206
Member Avatar for BaD-AiM

BAD-Aim: One of the things that you have to understand is that here, no one gives you the answer. You have to put forth some kind of effort; you have to show that you are at least trying to come up with something. It was frustrating for me at first, …

Member Avatar for naya22
0
98

The End.