My issue
My code
class Codechef
{
public static void main (String[] args)
{
int Number = 9; //Update the blanks with the value assigned to Number
System.out.print(Number); //Output the variable to the console
cout(Number);
}
}
Learning course: Learn Java
Problem Link: CodeChef: Practical coding for everyone