This program is a simple projectile-distance calculator written in the Java programming language. The program will output a table of calculated values. The table-values are ranges of angle and speed the football is launched with. The test function tests the Football Distance Calculator classes calculation method.
Tag: 2018
ASCII Art – Darth Vader
This is a simple program that prints out an image of Darth Vader using only ascii values. Written in Java language.