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.
9 CommandButtons in a grid. Alternate X and O. Check for win or draw. visual basic 6.0 practical exercises pdf
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. Enter a number 1–7
Display all even numbers between 1 and 50 in a ListBox using a loop. Exercise Set 4: Arrays & Lists 13. Student Average Allow entry of marks for 5 subjects into an array. Compute total and average. Display each subject mark and the average. Multiplication Table Input a number from the user
Ask for password. Max 3 attempts using Do While . If wrong after 3 attempts, disable the login button.