mot-clé Java var avec exemple

// var is a keyword to declare variable 
var x = 0;
System.out.prinltn(x); 
Frail Falcon