Search:

Type: Posts; User: relixus

Search: Search took 0.37 seconds.

  1. Thread: school project

    by relixus
    Replies
    13
    Views
    1,994

    Re: school project

    i hope its not too late for your assignment..:)



    import java.io.InputStreamReader;
    import java.util.Scanner;

    class Test{
    public static void main(String[] args) {
    Scanner sc =...
  2. Thread: school project

    by relixus
    Replies
    13
    Views
    1,994

    Re: school project

    split the sentence using split("//s") method, this will return u an array of String. u can then put the entry on idex 0 to the end of the array and print.
Results 1 to 2 of 3