Static Pre Define Factory Method In this I created one class "SBToS" and in this we have two non-static pre defined factory met...
Read More
10 Program to check whether Even or Odd in VB.NET
Code: Module Module1 Dim num, n As Integer Sub Main() Console.WriteLine("Enter any number: ") n...
Read More
9 Addition Subtraction Form in VB.NET
Code: Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Cli...
Read More
8 Program on total number of vowels and consonants in VB.NET
Code: Module Module1 Dim a As Char Dim b, v, c As Integer Sub Main() v = 0 c = 0 For b = 65 ...
Read More
6 Program in Visual Basic on Console Based Calculator Using Select Case Statement.
Code: Module Module1 Dim a, num1, num2, result As Integer Dim b As Boolean Sub Main() Console.WriteLine() ...
Read More
7 Program on Greatest of three number in VB.NET using If-Else
Code: Module Module1 Sub Main() Dim num1, num2, num3, max, sum As Integer Console.WriteLine("Enter any 3 Nu...
Read More
Practical No 1 and 2: Setup a Java Programming Development environment and test using small program.
1) Write installation directory path of your directory? Ans=> C:\Program Files\Java\jdk-10.0.2 2) Write value of path environment va...
Read More
Subscribe to:
Posts (Atom)