crackyourinterview.com


To improves our performance please Like Share Subscribe(Will boost us)

number of time a charcter occur
Question Posted on 05 Sep 2011Home >> 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



.


Most Visited Questions:-

Deep Learning Questions Answers
Below are the different Deep Leaning Questions and answer a More...

Continuous Integration Questions Answers
Below are the 20 odd questions for CI or Continuous Integra More...

Derived relationships in Association Rule Mining are represented in the form of __________.
Derived relationships in Association Rule Mining are repres More...

What is Gulpjs and some multiple choice questions on Gulp
Gulpjs is an open source whihc helps in building Javascript More...

Microservices Architecture Questions Answers
Below are the different questions on Microservices Architec More...




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






@2014-2022 Crackyourinterview (All rights reserved)
Privacy Policy - Disclaimer - Sitemap