Index
Index
VB.NET
Practical List
S. No. Name of Program Date Sign
1 Write a program to find maximum between three numbers.
2 Write a program to check whether a number is negative,positive or
zero
3 Write a program to check whether a year is leap year or not.
4 Write a program to check whether a character is alphabet or not.
5 Write a program to find all roots of a quadratic equation.
6 Design an application to input marks of five subjects physics,
chemistry, biology, mathematics and computer. Calculate percentage
and grade according to following:
Percentage>=90% : grade A
Percentage>=80% : grade B
Percentage>=70% : grade C
Percentage>=60% : grade C
Percentage>=40% : grade E
Percentage<40% : grade F
33 Define structure student. Structure student has data members for storing
name, rollno ,name of three subjects and marks. Write member function
to store and print data.
34 Write a class having name Calculate that uses static overloaded function
to calculate area of circle, area of rectangle and area of triangle.
35 WAP to check whether a given number is neon or not using user define
function
36 WAP to check whether a given number is Niven or not using procedure
37 WAP to check whether a given number is Duck number or not .
38 WAP to check whether a given number is Spy number or not .
39 Write a program to find first and last digit of any number.
40 Write a program to enter any number and print its reverse.
41 WAP to check whether a given number is Armstrong number or not.
42 WAP to enter any number and check whether the no. is palindrome or
not.
43 Create a class student having data members to store roll number,name of
student ,name of three subjects ,max marks ,min marks ,obtained marks.
declare an object of class student. Provide facilities to input data in data
members and display result of student.