Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. class Example {
  2. int classInteger = 0;
  3.  
  4. public static void Main(String[] args) {
  5. int mainInteger = 0;
  6. somethingElse();
  7. // A
  8. }
  9.  
  10. public static void SomethingElse() {
  11. int somethingElseInteger = 0;
  12. // B
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement