Guest User

Untitled

a guest
Oct 23rd, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. public class Dados{
  2.  
  3.  
  4. int menu = 20,i=0;
  5. String produto;
  6. int Quantidade=0;
  7. float ValorUn=0,Desconto=0,AliquotaICMS=0;
  8. String Obs;
  9.  
  10.  
  11. }
  12.  
  13. public static void main(String[] args) {
  14.  
  15. BancoDeDados db = null;
  16. Dados da = new Dados;
  17. da.menu = 20;
Add Comment
Please, Sign In to add comment