Search:

Type: Posts; User: lordofrandom

Search: Search took 0.14 seconds.

  1. Re: Vowel frequency in a string, it compiles but getting error

    Thanks a lot.
  2. Vowel frequency in a string, it compiles but getting error

    import java.util.Scanner;
    public class program4f_4
    {
    public static void main(String args[])
    {
    Scanner sc = new Scanner(System.in);
    System.out.println("Enter a string to...
Results 1 to 2 of 2