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

1 Posted Topic

Member Avatar for starletcharmed

## Here is an easier version. It does the same thing. ## #include <stack> #include <string> using namespace std; int main { string words;//stores separate words stack<string> sentence;//stores all the words cout << "Please type the word lol at the end of your sentence\n\n"; cout << "Please Enter a Sentence: …

Member Avatar for d_a_y_o
2
4K

The End.