Fill an array with numbers 1–5. Display original, then display reversed order.
Use text boxes and a button to insert a new record into the Access database using Recordset.AddNew . visual basic 6.0 practical exercises pdf
Input a name, search the recordset, and display the grade. Fill an array with numbers 1–5
Create a recursive function to compute factorial. Input N, display result. Exercise Set 6: File Handling 21. Write to Text File Take user input (Name, Phone) from text boxes. Append to contacts.txt using Open , Write # , Close . Input a name, search the recordset, and display the grade
Input N. Calculate and display sum = 1+2+…+N using a For loop.
Create two text boxes for numbers, four buttons (+, -, *, /), and a label for the result. Perform the operation and show the result. Handle division by zero with a message box.