Write a program that allows a user to enter a line of text

Assignment Help JAVA Programming
Reference no: EM13242609

Questions: 

Write a program that allows a user to enter a line of text, counts number of words and number of vowels in the sentence, and gives the average number of vowels per word in the message (vowels are letters a, e, i, o, u or A, E, I, O , U). Your program should contain a class SentenceCounter and a graphical user interface called SentenceCounterGUI.

1.      The class SentenceCounter can be used to count words, vowels and the average number of vowels per word in the sentence. It has the following methods: 

    • a constructor accepts a sentence as a parameter, and calls relevant methods to evaluate instance variables;
    • a method countWords counts number of words in the sentence;
    • a method countVowels  calculates a number of vowels in the sentence;
    • a method averageVowels calculates the average number of vowels per word in the sentence;
    • accessor (get) methods return a number of words, vowels and average number of vowels;
    • the method toString returns a full information about an object of the SentenceCounter class.

 

The following UML diagram might be of assistance:

 

     SentenceCounter

-          sentence: String

-          numberOfWords: int

-          numberOfVowels: int

-          average: double

      +   SentenceCounter(sentence : String)

      +   countWords ( ) : void

      +   countVowels ( ) :  void

      +   averageVowels ( ) : void

      +   getNumberOfWords( ) : int

      +   getNumberOfVowels( ) : int

      +   getAverage( ) : double

      +   toString( ) : String

2.      Write a graphical user interface class called SentenceCounterGUI. It should be able to manipulate the sentence of words and have the following behaviour: 

    • label "Enter a sentence";
    • text field to enter a sentence and create a SentenceCounter object;
    • button "Count words" and the label to display it;
    • button "Count vowels" and the label to display it;
    • button "Average vowels" and the label to display it;

The class should include a main method that prepares a frame in which the panel is displayed.

Reference no: EM13242609

Questions Cloud

What will be the effect on the us exchange rate : In 2005, the United States ran a current account deficit of $792 billion. Reassuringly, the same table shows that private foreigners invested $1,212 billion to finance this spending. However some observers expected
Define molecular formula and 1h nmr spectrum : Give the structure that corresponds to the following molecular formula and 1H NMR spectrum: C5H12
House un-american activities committee : In the late 1940's and early 1950's the House Un-American Activities Committee (HUAC)
What is the apparent weight : In Larry Niven's science-fiction novel Ringworld, a rigid ring of material rotates about a star. What is the apparent weight of an inhabitant of Ringworld relative to his weight on Earth
Write a program that allows a user to enter a line of text : Write a program that allows a user to enter a line of text, counts number of words and number of vowels in the sentence, and gives the average number of vowels per word in the message
Explain what is the final temperature of the coffee : When an ice cube is dropped into a Styrofoam cup containing 195 g of coffee at 97.0 oC, the thermal energy used to melt the ice is 2.1 kJ what is the final temperature of the coffee closest to ? (Assume a specific heat of 4.184 J/g oC for the coff..
Explain the half-life of the element : A fossil that formed with 10,000 atoms of a radioactive parent element now contains only 1,250 atoms of that element. If the half-life of the element was 1,000,000 y, how old is the fossil
Distinguish between the short run and the long run : Insurance agents receive a commission on the policies they sell. Many states regulate the rates that can be charged for insurance. Would higher or lower rates increase the incomes of agents Explain, distinguishing between the short run and the lon..
Determine the initial and final temperatures : a 3.95 mol sample of an ideal diatomic gas expands adiabatically from volume of 0.1820 m3to 0.710m3, Determine the initial and final temperatures

Reviews

Write a Review

JAVA Programming Questions & Answers

  Write a java applet for grade of gas in costco gas station

Write a java applet (not a java application program) for costco gas station. The applet will first ask you whether you are a costco customer, then the grade of gas you want to use.

  Java program editing

Prompt the user for the student's score and put that value into an object

  Displays every perfect number from 1 through 1000

Write an application that displays every perfect number from 1 through 1000. A perfect number is one that equals the sum of all the numbers that divide evenly into it.

  Describe principles of data abstraction and inheritance

Study the principles of data abstraction, inheritance and dynamic binding. Use Library to get started on finding resources.You must take the terms and describe it.

  Implement the finite field gf

Write a program called "GF2.java" to implement the finite field GF(p n )where p is a prime number andn is a positive integer.You also need to write four methodsto realize.

  Write a class named test scores

Write a class named TestScores.The class constructor should accept an array of test scores as an argument.The class should have a method that returns the average of the test scores.

  Create file lab7.java with a main method.

Create file Lab7.java with a main method. Inside your main method, write a segment of code which instantiates an object of the Student class (This class has been created for you in the  Student.java  file that is provided as part of this lab).

  Describe how an eavesdropped can gain access

Describe how an eavesdropped can gain access to the remote server with a relatively modest number of guesses ( Hint:  The eavesdropped starts guessing after the original user has typed all but one character of the password.

  Create an application for disney''s cottages

Create an application for Disney's Cottages, a weekend getaway resort that rents cottages and boats to use on the local lake

  Write a java program to compute salary

Write a Java program which computes the Salary for a given number of employees. The program prompts user to enter n the number of employees.

  The main method must repeatedly have the use

After the method is defined, the main method must repeatedly have the user enter 3 integers, call the triangleType method and display the return type. Be sure not to have an infinite loop by allowing the user to quit.

  Collection of scores (type int) for the last exam i

After being given a collection of scores (type int) for the last exam in your computer course, you are to computer the average of the scores and assign grades (O, S, U i.e. Outstanding, Satisfactory, Unsatisfactory)) to each student according to the ..

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd