Search:

Type: Posts; User: anandck

Search: Search took 0.10 seconds.

  1. Re: I get an error when the computer tries to read the String in a loop

    Thanks Sir
    Is this a Java compiler error? As I have faced this problem many times.
  2. I get an error when the computer tries to read the String in a loop.Please help

    import java.util.Scanner;
    class test{
    public static void main(String [] args)
    {
    String film[] = new String[4];
    int length[] = new int[4];
    Scanner input = new...
  3. I get an error when the computer tries to read the String in a loop

    public static void main(String [] args)
    {
    FilmData MyFilm[] = new FilmData[4];
    Scanner input = new Scanner(System.in);
    int count=0;
    for (int i=0;...
Results 1 to 3 of 3