My issue
my answer is correct but it says it is wrong
Learning course: Learn Java
Problem Link: Rearrange Practice Problem in Java - CodeChef
my answer is correct but it says it is wrong
Learning course: Learn Java
Problem Link: Rearrange Practice Problem in Java - CodeChef
@klu2300031357
this will be the correct rearrangement
class Codechef
{
public static void main(String[] args)
{
System.out.print(12 + 7);
}
}