Joined
Last Seen
-1 Reputation Points
- 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
1 Posted Topic
## 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: …
The End.
d_a_y_o