#ITE-6104
Awesome StudentQuestion • Computer Programming 2

What will be the value of x if we execute this: String s = "25"; int x = Integer.parseInt(s); ?

Answer

int 25