Advertisement
Guest User

Untitled

a guest
Nov 19th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1.  
  2. package testauthor;
  3. public class TestAuthor {
  4. public static void main(String[] args) {
  5.  
  6. //three private instance variables
  7. private String name;
  8.  
  9. }
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement