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
~42 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Jimboo

Hi, I have a problem creating correct extra methods for a piece of fixed code. I should write 3 methods I assume for this code. Fixed code: [CODE]Module NumberArrays Sub Main() Dim count As Integer = 0 Dim values(1) As Integer Do PrintValues(values, count) ' Console.Write("Value ? : ") Dim …

0
42