VB .Net Index
VB .Net Index
Page
S.No. Name of Program Remark
number
Write a program to find maximum between three
1. 1
numbers.
Write a program to check whether a number is
2. 2
negative, positive or zero.
Write a program to check whether a year is leap year
3. 3
or not.
Write a program to check whether a character is
4. 4
alphabet or not.
Write a program to find all roots of a quadratic
5. 5
equation.
Design an application to input marks of five subjects
Physics, Chemistry, Biology, Mathematics and
Computer. Calculate percentage and grade according
6. 6-7
to following:
Percentage >= 90%: Grade A
Percentage >= 80%: Grade B
Design an application to input basic salary of an
employee and calculate its Gross salary according to
7. following: 8
Basic Salary <= 10000 : HRA = 20%, DA
=80%
Write a program to convert decimal to binary number
8. 9
system using bitwise operator.
Write a program to swap two numbers using bitwise
9. 10
operator.
Write a program to create Simple Calculator using
10. 11
select case.
Write a program to find sum of all natural numbers
11. 12
between 1 to n.
Write a program to enter any number and print its
12. 13
reverse.
Write a program to enter any number and check
13. 14
whether the number is palindrome or not.
Write a program to check whether a number is
14. 15
Armstrong or not.
Write a program to print Fibonacci series up to n
15. 16
terms.
16. Write a program to print Pascal triangle up to n rows. 17
Write a program to print all negative elements in an
17. 18
array.
18. WAP to search an element for one dimensional array. 19
WAP to find greatest among three given number
19. 20
using user define procedures.
. Aclass having name calculate that uses static
20. overloaded funcation to calculated area of
circle,area of rectangle,,areaof triangle. 21
Design the application that accepts the item name from the
31. user and add it to a listbox and combobox: 36
• Bold
• Italic
33. • Underline
39-40
• Increasing font size
• Decreasing font size
• Font color
WAP to lauch a rocket using picturebox and time
34. control 41