My issue
i made it correctly but still it shows error
Learning course: Learn Java
Problem Link: Rearrange in Java
i made it correctly but still it shows error
Learning course: Learn Java
Problem Link: Rearrange in Java
@srinadhmandru
working absolutely fine for me ,
plzz recheck your solution
class Codechef
{
public static void main(String[] args)
{
System.out.print(12 + 7);
}
}