Advertisement
Einstein_R

JavaEnumClass

Aug 31st, 2015
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.30 KB | None | 0 0
  1. public class ZbiorOcen {
  2.     public enum przedmioty{
  3.         JPolski,Matematyka,Fizyka,Chemia,Bilogia,Historia,Geografia,WychowanieFizyczne
  4.        
  5.         private ZbiorOcen(){
  6.            
  7.         }
  8.     };
  9.     private Nauczyciel nauczyciel;
  10.     ArrayList<Integer> ocena = new ArrayList<Integer>(10);
  11.     for(przedmioty d:przedmioty){
  12.        
  13.     }
  14.    
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement