This document contains a practical list of 20 programming tasks for a VB.net application, including implementing namespaces, finding the greatest of three numbers, determining if a number is even or odd, counting vowels, performing arithmetic operations, printing prime and even-odd numbers using loops, finding Armstrong numbers, changing form colors with buttons, using radio buttons to control a bulb, changing label colors, selecting subjects, loading images, displaying a traffic signal with a timer, username and password authentication, calculating the Fibonacci series, reversing numbers with a sub procedure, using a dataset with multiple tables, and implementing method overloading and overriding for employee details.
This document contains a practical list of 20 programming tasks for a VB.net application, including implementing namespaces, finding the greatest of three numbers, determining if a number is even or odd, counting vowels, performing arithmetic operations, printing prime and even-odd numbers using loops, finding Armstrong numbers, changing form colors with buttons, using radio buttons to control a bulb, changing label colors, selecting subjects, loading images, displaying a traffic signal with a timer, username and password authentication, calculating the Fibonacci series, reversing numbers with a sub procedure, using a dataset with multiple tables, and implementing method overloading and overriding for employee details.
1. Write a program to implement the namespace Student in your VB.net Application.
2. Write program for finding greatest among three numbers 3. Implement the program using if-else statement to find the number is even or odd – 4. Implement the program using Select Case statement to count the number of Vowels in A to Z alphabets. 5. Develop a program for performing arithmetic operations – 6. Write a program using While statement to print the prime numbers between 1 to 100. 7. Write a program using While statement to print even-odd numbers between 1 to 50 8. Write program using For Next loop statement tot find the Armstrong numbers between 1 to 500. 9. Write a program to change the background color of the form when user clicks on different buttons. 10. Write the program using RadioButton to change the bulb state ON/OFF. 11. Write a program to change the ForeColor of the text in Label using different RadioButtons such Red, Green, Blue. 12. Write a program to select multiple subjects for single semester. 13. Write program using picture box control to load an image at run time. 14. Write a program to display the traffic signal using timer control 15. Write a program using ErrorProvider for username and password authentication. 16. Develop a program to calculate the Fibonacci Series of Give Number 17. Develop a program to print the reverse of any number using Sub procedure 18. Develop a windows application that will contain multiple tables in a single dataset. 19. Write a program to implement the concept of method overloading & overriding. 20. Implement windows application for employee details using overriding method