public class gold{
public static void Cat(n){ if(n==8){ return 8 ; } System.out.println(n); int fun=n++; Cat(fun); } private static void main() { int n=1; System.out.println(Cat(n)); } }public class gold{
public static void Cat(n){ if(n==8){ return 8 ; } System.out.println(n); int fun=n++; Cat(fun); } private static void main() { int n=1; System.out.println(Cat(n)); } }Get All The Latest Updates Delivered Straight Into Your Inbox For Free!
Hello, my name is Jack Sparrow. I'm a 50 year old self-employed Pirate from the Caribbean.
Learn More →
0 Comments