Search:

Type: Posts; User: Daddo

Search: Search took 0.18 seconds.

  1. Replies
    17
    Views
    44,976

    Re: How to convert String to int

    Hi Json and thanks for the answer first!
    I understood your thesis but unfortunately I can not change the type of firstLetter and lastLetter. they're passed as String in the function.

    Can I find...
  2. Replies
    17
    Views
    44,976

    Re: How to convert String to int

    Hi guys, I don't understand a thing...
    Let me give you some code first:


    public class Airplane {

    private String plane, firstLetter, lastLetter;
    private int nRows;
    private int columns;...
Results 1 to 2 of 2