Posts
 
Reputation
Joined
Last Seen
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 Commented Post
1 Endorsement
Ranked #858
Ranked #107.49K
~225 People Reached
Favorite Forums
Member Avatar for chen.vang.3

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 );

Member Avatar for ddanbe
0
225