Guest User

Untitled

a guest
Jan 21st, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. package interview;
  2.  
  3. public class A {
  4. public static void main(String[] args) {
  5. System.out.println(b());
  6. }
  7.  
  8. public static int b() {
  9. int age = 0;
  10. for (age = 0; age < 10; age++) {
  11. return age;
  12. }
  13. return age;
  14. }
  15.  
  16. }
Add Comment
Please, Sign In to add comment