Search:

Type: Posts; User: Java girl

Search: Search took 0.16 seconds.

  1. Re: Delimiter function and number of words in string

    Thanks for the guidance.
    Here is the modified code:



    import java.util.*;

    public class NumberOfWordsInString {
    public static void main (String[] args){
    Scanner in= new Scanner...
  2. Delimiter function and number of words in string

    Up, working on my java skills. :D
    The isDelimiter function is suppose to return true if there is a delimiter in the string and false otherwise. The main is suppose to call this function and count...
Results 1 to 2 of 2