मराठी

Design a Class to Overload a Function Check ( ) as Follows : (I) Void Check (String Str, Char Ch) – to Find and Print the Frequency of a Character in a String. - Computer Applications

Advertisements
Advertisements

प्रश्न

Design a class to overload a function check ( ) as follows : (i) void check (String str, char ch) – to find and print the frequency of a character in a string.

Example : *
Input:
str = “success”
ch = ‘s’ .
Output:  number of s present is = 3

(ii) void check(String si) – to display only vowels from string si, after converting it to lower case.

Example:
Input:
s1 = “computer”
Output:  o u e

थोडक्यात उत्तर

उत्तर

class CharacterVowel {
public void checkering str, char ch) {
int c = 0, code,i,s;
str = str.toLowerCase( );
int len = str.length( );
for (code = 97; code < 122; code+ +) {
c = 0;
for (i = 0; i < len; i+ +) {
ch = str.charAt(i);
s = (int) ch;
if(s = = code)
c = c + 1;
}
ch = (char)code;
if(c ! = 0)
System.out.println(“Frequency of “+ch+ “is” +c);
}
}
public void check(String si) {
int i;
char ch=0, chr=0;
for(i=0;i<s1.length();i+ +) {
ch = s1.charAt(i);
if(Character.isUpperCase(ch))
chr = Character. toLo werCase(ch);
if((s1 .charAt(i)==’a’) 11 (s1 .charAt(i) = ‘u’) | j(s1 .charAt(i) = = ‘o’)| | (s1 .charAt(i)==’i’) 11 (s1 .charAt(i) = = ‘e’))
System.out.println(s1 .charAt(i));
}
}
}

shaalaa.com
Searching for a String Using Linear Search Technique
  या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
2016-2017 (March) Set 1
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×