Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
~563 People Reached
Favorite Forums
Favorite Tags
c++ x 9

5 Posted Topics

Member Avatar for qkslvr1621

Code compiles and runs correctly, just need to have the 'total' keep adding to itself after the do you want to continue question. Right now it clears it everytime after it asks that question (Hopefully that makes sense) [CODE]#include <iostream> using namespace std; int main() { double length =0; char …

Member Avatar for Protuberance
0
106
Member Avatar for qkslvr1621

here is what i have so far, it compiles and runs great except for the fact that when i enter 'n' it doesn't stop the loop, any help is greatly appreciated! [CODE]/* Write a program that prompts the user for two numbers – the dividend and the divisor – and …

Member Avatar for mrnutty
0
118
Member Avatar for qkslvr1621

right now im working on a program that reads a series of numbers (doubles) from the user, then prints the mean and the range. also: • I do not know ahead of time how many numbers will be in the list. • When ctrl-z if pressed, stop asking for user …

Member Avatar for wildgoose
0
136
Member Avatar for qkslvr1621

I'm trying to write a program that asks the user for a number between 1 and 10, then prints a line of that many “X"s. The program compiles, but I cannot figure out how to make the variable 'total' print X's instead of a the actual number, if that makes …

Member Avatar for qkslvr1621
0
109
Member Avatar for qkslvr1621

I need to write a program that decides if you can apply for the job or not. After asking a series of questions (all the questions) the program then needs to print out whether you can apply or not. Here are the requirments for the job • If you are …

Member Avatar for qkslvr1621
1
94

The End.