Im trying to make a program so that the user has to enter a number for the width and length and it will give the area and perimeter:


import java.util.* ;

import javax.swing.*;

import...