Код: Выделить всё
package Test;
public calss test
{
public static void main(String[]args)
{
double area = 227.534;
System.out.printf("Area=%8.2f",area);
}
}
Подробнее здесь: https://stackoverflow.com/questions/791 ... nt-an-expl
Код: Выделить всё
package Test;
public calss test
{
public static void main(String[]args)
{
double area = 227.534;
System.out.printf("Area=%8.2f",area);
}
}