Help me in solving VADJ8V2 problem

My issue

My code

class Codechef
{
	public static void main (String[] args)
	{
		// your code goes here
		int s = length;
        int area = s * s ;
        int cost = ____ * _ ;
        System.out.println(area);
        System.out.print(___ + "$");
	}
}

Learning course: Learn Java
Problem Link: CodeChef: Practical coding for everyone

Code is incomplete without variables length and _ that’s make it difficult to understand correctly.
More information needed on this topic

1 Like