class out
{
public static void main()
{
String s="karan";
int i,j;
for(i=97;i<=122;i++)
{
for(j=0;j<s.length();j++)
{
if(s.charAt(j)==(char)i)
System.out.print((char)i);
}
}
}
}
Answers
Answered by
0
Answer:
Sorry I have no answer of this question
Explanation:
Please make me BRAINLEST
Answered by
1
what is your question dued write it clearly
Similar questions