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