#java #programming #programmingchallenge #startingoutwithjava
Retail price calculator
Create a JavaFX application where’re the user enters the wholesale cost of an item and its markup percentage into
TextFields. (For example, if an item’s wholesale costs is $5 and its markup percentage is 100%, then its retail
price is $10.) The application should have a button that displays the items retail price when clicked.