Sheth N.K.T.T College, Thane
Sheth N.K.T.T College, Thane
T College,
Thane
Syllabus Sem-VI
I E-Commerce 26
IV Visual Basic 17
Total 75
Paper Pattern
( 2 ½ Hrs) Marks: 75
N.B : All questions are compulsory.
No. of years
Rate of Interest
Interest Amount
Salary Tax
< 500000 Nil
500000 – 1000000 10%
1000000 and more 20%
Codes:
Private Sub cmdSum_Click( )
Dim I As Integer
Dim N As Integer
Dim Sum As Integer
N = Val(txtInt)
Sum = 0
For I = 1 To N
Sum = Sum + I
Next I
MsgBox”Sum of Integer is” &str(Sum)
End Sub
Prof Anil Khadse
Private Sub Clear_Click()
txtInt= “ ”
End Sub