Advertisement
Lupins

TestaMedia

Sep 14th, 2011
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.20 KB | None | 0 0
  1.  
  2. package Horas;
  3.  
  4. public class TestaMedia
  5. {
  6.     public static void main(String[] args)
  7.     {
  8.         CalculaMedia media = new CalculaMedia("Ciencias");
  9.  
  10.         media.mediaTurma();
  11.     }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement