Advertisement
Guest User

Untitled

a guest
Feb 20th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. public class Professor {
  2. String nome;
  3. int idade;
  4. String disciplina;
  5. String faculdade;
  6. float salario;
  7. String turma;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement