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

This is the program I need to re-write and I dont understand. Sub Main() Dim array(24) As Double, i As Long array(0) = 1 For i = 1 To 24 array(i) = 2 * array(i - 1) Next i Call DisplayArray(array) End Sub Sub DisplayArray(ByVal array() As Double) Dim i …

Member Avatar for Reverend Jim
0
131
Member Avatar for gordon_1

I am trying to create a program using the console application to solve quadratic equations but the math.sqrt syntax is producing the wrong answers

Member Avatar for gordon_1
0
96