Java programming
Create a java program that when run with a name, an integer anda double as CMD arguments, it prints out a greeting using the nameand also print the difference of the two given numbers:
Sample run 1:
java Lab01_task85 John 25 18.65
Output: Good day John.
The difference between 25 and 18.650 = 6.35
Expert Answer
An answer will be send to you shortly. . . . .