package java1; public class VarEx02 { static int num = 10; public static void main(String[] args) { System.out.println(num); } }