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
~200 People Reached
Favorite Forums
Member Avatar for josephP

[ATTACH]20240[/ATTACH] There is something wrong with my code... even i put a valid license the display showing is the line 30-33 supposed to be line 28. how to display the not character in line 30 instead of counting how many. [CODE] Console.WriteLine("{0, 40}", "ICA17 - License Plate Checker"); string sLicence; …

Member Avatar for Momerath
0
113
Member Avatar for josephP

This code how to find the smallest number. My question is now how to find the largest number? [CODE] int iSmallest = int.MaxValue; int iSmallestLocation = 0; int[] iArray = new int[5]; for (int i = 0; i < iArray.Length; ++i) { Console.Write("\nEnter a value: "); iArray[i] = int.Parse(Console.ReadLine()); } …

Member Avatar for josephP
0
87