Search:

Type: Posts; User: frodooftheshire

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    892

    Re: question about indexes

    Thanks
  2. Replies
    5
    Views
    892

    Re: question about indexes

    import java.util.Scanner;

    public class Help
    {
    public static void main(String [] args)
    {
    Scanner in = new Scanner(System.in);
    String abc;
    int ind1, ind2;
  3. Replies
    5
    Views
    892

    question about indexes

    So I was wondering if it is possible to stores indexes as variables. I have a question where the user inputs a string such as the fox [who is red] must have left earlier.
    The problem is to return...
Results 1 to 3 of 3