Search:

Type: Posts; User: astroann

Search: Search took 0.14 seconds.

  1. Replies
    3
    Views
    3,692

    Re: Help with String based program!!!

    import java.io.*;
    class CharCount
    {
    public static void main(String args[])throws IOException
    {
    int i,h,k;
    String a="AZazAz^_^";
    int v=a.length();...
  2. Replies
    3
    Views
    3,692

    Help with String based program!!!

    The Question is:
    Write a program to input a string and print the frequency of each character.
    Example:
    INPUT: COMPUTER HARDWARE
    OUTPUT: CHARACTERS FREQUENCY
    A ...
Results 1 to 2 of 2