Examlex
BrightStar Day School needs an application to calculate the total monthly tuition charge for students.The tuition schedule is shown below:
Class Fee per Month
Tuesday (T) and Thursday (R)
Monday (M), Wednesday , and Friday (F) Students in the Tuesday and Thursday class can attend on Friday for an extra fee of $10 for each Friday attended.Rewrite the following algorithm to correct any logic errors:
If TR class and attend on Friday
Tuition = 135 + 10
Else
If MWF
Tuition = 120
End If
End If
Q6: You can delay program execution using the
Q10: Consider the following array: =<br>Dim numbers(,) As
Q11: Which of the following statements selects the
Q20: Debbie and Betty operate the D &
Q23: What is a selection structure? What is
Q25: You pass a variable _ when the
Q35: You can make a list box any
Q48: The Peach Corporation is a regular corporation
Q56: What is a constructor? Explain the difference
Q57: Desk-checking is also called _.<br>A)prototyping<br>B)hand-tracing<br>C)alpha checking<br>D)beta checking