Skip to content

Simple java application for working with files and console

Notifications You must be signed in to change notification settings

VitalyGushin/satest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Test task

Write a console Java application that performs a set of specified arithmetic operations.

Operations:

  1. Addition of 2 or more numbers
  2. Multiplication of 2 or more numbers
  3. Multiplication of the first 2 numbers and addition with the 3rd number

An application can receive parameters either from a file or by input from the console. An application can output the result either to a file or to the console. The mode is determined by command line arguments. If the argument value is specified as "-", then this means working with the console, otherwise with a file.

About

Simple java application for working with files and console

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages