Java Strings Introduction

  • + 2 comments

    @Darthcubo In this line of your code System.out.println(A.compareTo(B)>0?"Yes":"No"); What if A and B are equal ? I guess there is one test case for this too.