Hello, Pls what is the output of X in this fragment of code?
if(x >15)
System.out,println("A")
else if(x <20)
System.out,println("B")
else
System.out,println("C")