Question: This assignment uses several programming and operating systems concepts that are simple but may be new to you. In this assignment you will use the
This assignment uses several programming and operating systems concepts that are simple but may be new to you. In this assignment you will use the commandline, commandline arguments, the standard IO streams, piping, environment variables, and a configuration file.
In this assignment you will write a Java filter program that formats a jumbled stream of input numbers into nicely organized columns. To determine the parameters for the output formatting your program will make use of commandline arguments, environment variables, and a configuration file. To test your program you will use the Windows commandline.
Write a Java program called Filter. java that reads from standard input and writes to standard output. The input to your program will be a sequence of positive decimal numbers, which are all less than separated by random amounts of white space. The output of your program will be the input numbers grouped and formatted into columns.
Here is an example of a sequence of input numbers.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
