Guest User

Untitled

a guest
Feb 20th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. //Michael Porter
  2. //Project Builder 01
  3. //ITSE 2321
  4. //Feb 01 2018
  5. public class PB01
  6. {
  7. public static void main (String[] args)
  8. {
  9. System.out.println("1. Add/Edit Property information");
  10. System.out.println("2. Add/Edit Agent");
  11. System.out.println("3. Calculate SQF");
  12. System.out.println("4. Calculate Taxes");
  13. System.out.println("5. Sales Anaylsis");
  14. System.out.println("6. Calculate Commission");
  15. System.out.println("7. Exit");
  16.  
  17. }
  18. }
Add Comment
Please, Sign In to add comment