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.

0 Endorsements
~884 People Reached
Favorite Forums
Favorite Tags
c++ x 6

4 Posted Topics

Member Avatar for DawnDenise

Volunteer C++ Gurus. Thank you in advance for your time. This site has saved my sanity. I am working with my longWords function and cannot get it to stop displaying the same value (2293264). I know that my code is a little janky because I modified it from array format …

Member Avatar for mattjbond
0
170
Member Avatar for DawnDenise

I would like the output of this string to display each word in a column and ignore all punctuation. I have tried including an if statement that tells the string to start on a new line when a space is encountered but I haven't had any luck. Any hints are …

Member Avatar for DawnDenise
0
171
Member Avatar for DawnDenise

I see that this problem has been posted a few times before but I cannot manage to find the bug in my program. When it runs, it does not return the values in ascending order. For example, upon entering two test values, I get 0 and 1519848. Any hints would …

Member Avatar for DawnDenise
0
215
Member Avatar for Member #447200

Using this post and my book I managed to get this far but I can't get the code to calculate the lowest value. Do you see my mistake? [CODE]#include <iostream> #include <iomanip> using namespace std; int main() { double averageWhole = 0; int monk, day; const int NUM_DAYS = 7; …

Member Avatar for DawnDenise
0
328

The End.