Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Hi Members , its Mery ! I am New User And need Help ^_^

  1. #1
    Junior Member
    Join Date
    Mar 2012
    Location
    JAVA Forums
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Hi Members , its Mery ! I am New User And need Help ^_^

    Welcome to my first post , i hope we enjoy togther ^_^

    I have this :

    Q1: Write a function that takes as input a string and returns the number of occurrences of
    the letter e.

    Q2:Write a program Squeeze.java that reads a file as input and removes adjacent spaces,
    leaving at most one space in-a-row then output the result in another file.

    Q3:Write a function that takes as input a string and returns true if the string is a
    palindrome, and false otherwise. A palindrome is a string that reads the same forwards or
    backwards.

    Q4: Given a string s that represents the name of a web page, break it up into pieces,
    where each piece is separated by a period, e.g., http://www.alquds.edu should be broken
    up into www, alquds, and edu, with the http:// part removed.

    Q5:Frequency analysis of English text. Write a program LetterFrequency.java that reads
    in text from a file as input and calculate the fraction of times each of the 26 lowercase letters
    appears. Ignore uppercase letters, punctuation, whitespace, etc. in your analysis.


    i need the Full Solution NetBeans : from Import...... to last }

    PLZ Help


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Hi Members , its Mery ! I am New User And need Help ^_^

    We are not a homework nor a code service, and to think of these forums as such is not only rude, but also academic dishonesty that can get you kicked out of school (especially when you provide a link to an academic institution which can be tracked to find such academic dishonesty)

    I am locking this thread. Make an effort to complete your requirements, and ask a specific question within a new thread and post all relevant code, and you may receive help that will help you learn and not cheat.

Similar Threads

  1. Hello to all members
    By sanjaysir in forum Member Introductions
    Replies: 2
    Last Post: March 6th, 2012, 02:47 AM
  2. Hello to java forum members
    By gaikwaddeepali111 in forum Member Introductions
    Replies: 1
    Last Post: September 19th, 2011, 10:45 AM
  3. Hello to all Admins and members of the forum
    By bashiru in forum Member Introductions
    Replies: 1
    Last Post: December 8th, 2010, 06:20 AM
  4. hello all javaPF's members
    By mary in forum Member Introductions
    Replies: 1
    Last Post: July 3rd, 2010, 03:56 PM
  5. Greetings JPF members
    By dewboy3d in forum Member Introductions
    Replies: 3
    Last Post: May 23rd, 2009, 02:56 AM