Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.19 KB | None | 0 0
  1. public class Professor {
  2.  
  3.     private String nome;
  4.     private int cpf;
  5.     private int idade;
  6.     private decimal salario;
  7.     private string graduacao;
  8.     private string cnh;
  9.    
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement