A string of charaters were given. Find the highest
occurance of a character and display that character.
eg.: INPUT: AEGBCNAVNEETGUPTAEDAGPE

Answer Posted / guest

using System;
static void main()
{
string a=AEGBCNAvNEETGUPTAEDAGPE;

Is This Answer Correct ?    2 Yes 29 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

can we extend a class having only one parameterised constructor.Suggest the process to do it.

2057


Tell me the jobs for the MCA Fresher in delhi, Noida..

1903


which book we learned this mantis? how many version are realsed this mantis upto now?

1422


how to get second highest salary from a employee table and how get a 5th highest salary from a employee table by using proc sql?

1893


I am looking for selenium RC online Training in chennai. can any one tell me the best institute

1525






qtp 9.2 14 days demo version was expired.I uninstalled how to reinstall this again

2354


what is the difference between rename and label

1814


How to call a C++ function which is compiled with C++ compiler in C code?

792


EXPLAIN UNARY OPEARATORS

1803


What is diffrent between Method and and function in c#

1536


without selecting individually each field in Action Class from jsp,what is the best process to select as many as field at a time automatically from jsp page by using value object class.

1436


code for connection from windows forms to sql server

1709


suppose we have ten members of a physical file but we want the output of last 5 members only.how to achieve that?

1494


how to remove header and footer in jcl using sort utility

5101


A good website has the following conditions It should be interactive. It should contain at least 20 images. Title cannot be null and should contain at least 10 letters other than spaces and hyphen (-). The keywords should contain atleast three among the following list : "design", "Graphics", "lovely", "beautiful", "amazing" and "mesmerising" Write a method: boolean isGoodWebsite(boolean isInteractive, int numOfImages, String title,String keywords[]) isInteractive whether the site is interactive or not numOfImages Number of images on the website title Title of the website keywords Array of keywords in the website.

1782