public class reduced {
public static void main(String[] args) {
String name = JOptionPane.showInputDialog( "Item" );
String message = String.format( "Word is, %s, is Items", name );
JOptionPane.showMessageDialog( null, message );
String firstNumber = JOptionPane.showInputDialog( "Enter quantsold Double " )