public class dog{
public static void Sum(k){ if(k==0){ return ; } System.out.println(k); int fun=(k-1); Sum(fun); } private static void main() { int k=8; System.out.println(Sum(k)); } }public class dog{
public static void Sum(k){ if(k==0){ return ; } System.out.println(k); int fun=(k-1); Sum(fun); } private static void main() { int k=8; System.out.println(Sum(k)); } }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