You are on page 1of 1

Console.

ReadKey()
End Sub
Sub Initialise()
For I = 1 To 3
SalesPersonTotal(I) = 0
Next
GrandTotalSales = 0
salescounter = 0
End Sub
Sub Processdata()
Console.WriteLine("Choose to use CASE or IF selecion. Enter 1 to use
CASE, 2 to use IF")
caseorif = Console.ReadLine
Do
If caseorif = 2 Then
Call CASEtotalling()
ElseIf caseorif = 1 Then

You might also like