الرجوع
تسجيل الدخول

Assume you have the following print statement:

System.out.println("Students are " + guess + " having fun!");

What could be the value of variable guess of type character that resulted in displaying the below output on the screen:

Students are
having fun!