Skip to content

Instantly share code, notes, and snippets.

//august nommik
// 2 10 area cal
import java.util.Scanner;
public class ex2
{
public static void main(String[] args)
{
double length, width, area, per;
System.out.println(" type the length of of room");