Write a visual basic program to find the product of the first 6 even numbers between 20 and 40
Answers
Answered by
1
Answer:
Private Sub cmdClear_Click() Form1.Cls End Sub Private Sub cmdDisplay_Click() Dim a() As Integer n = InputBox("How many elements
Similar questions