Cerint.gr

Cerint.gr Εθισμένοι με την εκπαίδευση και την σοβαρή δουλειά.

25/02/2024

import javax.swing.JOptionPane;
public class DebugTwo4
{
public static void main(String[] args)
{
String costString;
double cost;
final double TAX = 0.06;
costString = JOptionPane.showInputDialog(null,"Enter price of item you are buying", "Purchases",JOptionPane.INFORMATION_MESSAGE);
cost = Double.parseDouble(costString);
String message ="With " + (TAX * 100) + "% tax, purchase is $" + cost + (cost * TAX);
JOptionPane.showMessageDialog(null, message);
}
}
//Java 2 examino Chatzis

Προγραμματίζοντας και ερευνώντας
21/06/2019

Προγραμματίζοντας και ερευνώντας

Address

Fokionos 28
Dráma
66100

Alerts

Be the first to know and let us send you an email when Cerint.gr posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The School

Send a message to Cerint.gr:

Shortcuts

Share