Hi Guest

MobileUser

1 HomePage 1 Jobs 1 WalkIn 1Articles  

Cat Exam

 :) Latest Topic
AJAX
VB.NET
SQL Query
UDDI
CLASS
JavaScript Questions
SharePoint Interview
SilverLight
WCF
general knowledge
 ASP.NET
 :) Hot Jobs
 
 :) Latest Articles


  

 


number of time a charcter occur
Question Posted on 05 Sep 2011

Home >> DotNet >> VB.NET >> number of time a charcter occur




Dim lit As Char
Dim Count As Integer = 0
Dim Count1 As Integer = 0
Dim Duplicate As Char = "A"
Dim str As String = "1 3 2 6 2 4 2 6 7 2 5 2"
Dim i As Integer
For i = 0 To str.Length- 1 Step i + 1
  lit = str(i)
  Dim j As Integer
  For j = 1 To str.Length- 1 Step j + 1
    If lit = str(j) Then
    Count = Count + 1
    End If
  Next
  If Count > Count1 Then
    Count1 = Count
    Duplicate = str(i)
  End If
Next
Response.Write(Duplicate.ToString())
0
0



 
 Input Your Comments Or suggestions(If Any)
 Name
 Email(optional)
 Comments


Other Important Questions
number of time a charcter occur
How to check wheather character is string or numeric
How to check internet explorer is running
How to get number of hits to website in vb.net
Code to create XML file in vb.net






 
Top Searches:asp net questions vb net questions sql query uddl questions class javascript Questions sharepoint interview questions and concept silverlight questions and concept wcf questions beans general knowledge ajax questions
PHP | Biztalk | Testing | SAP | HR |