You get Legend rank after you complete the game.
Chat with our AI personalities
It is not possible to get any gov. college . but you may try for private college. sushil semwal education specialist
2 days
If you turn off your console while it is accessing the hard drive. If you are rank hacking, your out of luck.
You don't, unless you cheat.
(Assume that each month is of 30 days) Example : Input - 69 Output - 69 days = 2 Month and 9 days */ classDayMonthDemo{ public static void main(String args[]){ int num = Integer.parseInt(args[0]); intdays = num%30; int month = num/30; System.out.println(num+" days = "+month+" Month and "+days+" days"); } }