Help I keep getting errors and I'm not sure what I'm doing wrong. Can someone help me???? Thanks
Java-Eclipse
Write a Java program that creates a Coin table with coin names and values; inserts coin types penny, nickel, dime, quarter, half dollar, and dollar; and prints out the sum of the coin vales. Use CREATE TABLE, INSERT, and SELECT SUM SQL commands.
Comments
Leave a comment