Visual Basic 6.0 Practical Exercises Pdf -

Enter a number 1–7. Using Select Case , show the corresponding weekday name. Exercise Set 3: Loops (For, Do While, Do Until) 9. Multiplication Table Input a number from the user. Show its multiplication table from 1 to 10 in a ListBox.

Ask the user how many numbers they want to enter. ReDim an array accordingly. Input values and show their sum. Exercise Set 5: Procedures & Functions 17. Function: Celsius to Fahrenheit Create a function CtoF(C) that returns Fahrenheit. Call it from a button click. visual basic 6.0 practical exercises pdf

Use four CommandButtons (Red, Green, Blue, Yellow). Clicking each changes the Form’s background color accordingly. Enter a number 1–7