My issue
explain area and length and breadth
My code
class CodeChef
{
public static void main (String[] args)
{
// area - length * breadth
System.out.println(_____);
//perimeter - 2(length + breadth)
System.out.print(_ * (_____));
}
}
Learning course: Learn Java
Problem Link: CodeChef: Practical coding for everyone