Write student roll no, name, marks to a text file; read and display.
Sorting (Bubble/Selection), Searching (Linear/Binary), String reversal, Vowel counting. vb net lab programs for bca students fix
Public Class Student Private studentID As String Private name As String Private email As String Private phoneNumber As String Private address As String Write student roll no, name, marks to a
Are you designing a application or a Console Utility ? I can give you the you need to get it running
I can give you the you need to get it running!
' Use Double to handle decimal inputs; handle equality Dim a As Double = Val(txtNo1.Text) Dim b As Double = Val(txtNo2.Text) If a > b Then txtRes.Text = "A is Greater" ElseIf b > a Then txtRes.Text = "B is Greater" Else txtRes.Text = "Both are Equal" End If Use code with caution. Copied to clipboard Fix Detail instead of Integer.Parse()