15 Reputation Points
Ranked #2K
- Strength to Increase Rep
- +2
- 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 Endorsement
Ranked #858
Ranked #107.49K
~225 People Reached
Favorite Forums
Re: This sounds like a homework assignment. Do you have any code begun? Here's a tip: To fill a string with repeating characters, use the string class constructor. For example, to fill a string with twenty asterisks: string s = new string( '*', 20 ); |