Evaluating bids

Java Project

Published on the October 03, 2020 in IT & Programming

About this project

Open

Read from a file that contains a paragraph of words. Put all the words in an array, put the valid words (words that have only letters) in a second array, and put the invalid words in a third array. Sort the array of valid words using Selection Sort.
Create a GUI to display the arrays using a GridLayout with one row and three columns.

Each line of the input file will contain a sentence with words separated by one space. Read a line from the file and use a StringTokenizer to extract the words from the line.
An example of the input file would be:

Mary had a little lamb
Whose fl33ce was white as sn0w.


You should have two files to submit for this project:
Project1.java
WordGUI.java

Project overview

No cheating from website like chegg. The code needs to have comments for explanation.

Category IT & Programming
Subcategory Other
Project size Small
Is this a project or a position? Project
I currently have I have an idea
Required availability As needed
API Integrations Other (Other APIs)

Delivery term: October 05, 2020

Skills needed