public class Main { public static void main(String[] args) { final int DAYS_IN_WEEK = 7; System.out.println(DAYS_IN_WEEK); } }
Click Run to execute this code.