Search:

Type: Posts; User: Xeenix

Search: Search took 0.07 seconds.

  1. Replies
    1
    Views
    951

    Help with methods and constructors please!

    Main class

    /**
    * The class TrainClient tests Train class. A number of orders is made and then carriage map is printed.
    **/
    public class TrainClient {

    /** Number of rows in a carriage...
  2. Replies
    1
    Views
    2,076

    type conversion error

    Hi I am getting a Type mismatch: cannot convert from java.lang.String to int error. How do I convert between those types?


    package Spiller;
    import java.util.Scanner;


    public class Spiller {...
Results 1 to 2 of 2