Question: A VBA program is shown below Find the two VBA errors in the program below that will prevent the program from being compiled a) Circle

A VBA program is shown below Find the two VBA errors in the program below that will prevent the program from being compiled a) Circle the two errors and write a brief explanation how to correct them. b) Assume that the errors you found in a) were eliminated or, if you did not find the errors, assume that the program will rurn. Show the algorithm that is implemented in this program, using the symbols (rectangle, oval, parallelogram, diamond) as introduced in class. Write in one sentence in the box below what this program is designed to do as far as the numerical method that is implemented Please write neat Option Explicit Sub Mainprogram) Dim n As Integer, i As Integer Dim b As Double, h As Double Dim x (100) As Double, f (100) As Double a2 b6 n=2 h-(b-a) n f (O) fx (a) For i1 To n Nextk MsgBox "The result is "&unctionone(h, n, f) End Sub Function functionne
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
