My issue
My code
class Codechef
{
public static void main (String[] args)
{
int length = 45;
int width = 76;
int area = 3420;
//System.out.print(45 * 76);
System.out.print("length + width + area");
}
}
Learning course: Learn Java
Problem Link: CodeChef: Practical coding for everyone