Computer Science, asked by kachintya97, 7 months ago

Predict the output of the following code X=3

Answers

Answered by StormBringer
0

Answer:

when x=3 ,

in java :

int x ;

System.out.println( " x = " +3) ;

Explanation:

In this statement the output will come as 3 on the terminal ( output) screen !

Hope it helps !!!

Please do mark as Brainliest !!!!

Similar questions