hay salamat.. im back na pud mga tol..
here's my latest learning mga tol ug salamat kaayo..
This monday UserInput na daw mi,. can any1 give me samples of userinput source code for java please??Code:public class Area { public static void main(String [] args) { int length = 14; int width = 7; int area; area = length * width; System.out.println("The area of the room if it has a length of " +length+ " and a width of " +width+ " is = " +area+ "\n\n\n"); } }