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.80K
~121 People Reached
Favorite Forums
1 Posted Topic
Re: pyramid
Hi, I'm not sure that your meaning like this .......... [code] using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace pyramid { class Program { static void Main(string[] args) { Console.Write("IN PUT YOUR NUMBER :"); int myInt = int.Parse(Console.ReadLine()); for (int iCount1 = 1; iCount1 <= myInt; iCount1++) { for …
The End.
karidoe