The program will ask the user for a state
Create a JavaFX program to allow a user to query the Northwind database. You should be able to perform the following functionality using the program:1. Print order total (not including the freight cost) for a given order number. – The program will ask the user for an order number, and then print out the total for all products in the order, taking into account quantities […]