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
Ranked #107.41K
~1K People Reached
Favorite Forums
Member Avatar for JudeV

I want to know whats missing in my code...i couldnt draw a multiple boxes [CODE] Console.Title = "Checkboard Draw"; Console.WriteLine("{0, 40}", "Checkboard Draw"); CDrawer Canvas = new CDrawer(800, 600); int irange = 0; bool bError; do { try { bError = false; Console.Write("\nEnter the size of the square: "); irange …

Member Avatar for Momerath
0
1K