8.2 Fill in the values of the variables at each point indicated in the following algorithm: Option Explicit Dim a As Int
Posted: Tue May 10, 2022 8:30 am
8.2 Fill in the values of the variables at each point indicated in the following algorithm: Option Explicit Dim a As Integer Sub Calc() Dim b As Integer Dim c As Integer Dim & As Integer Din e As Single a = -3: b = 2.1: C = 7: 0 - 5 I 1 b c c a d Call Switch (b, c, a) End Sub Sub Switch(a, b, d) Dim c As Integer Din f As Integer -- C1 End Sub