Advertisement
Guest User

Untitled

a guest
Apr 20th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 5 0.18 KB | None | 0 0
  1. public class boleta{
  2. private int codBoleta;
  3.     private String [] nomProducto;
  4.     private int [] valorprod;
  5.     private int total;
  6.     /*Constructor*/
  7.     /*Getter and Setter*/
  8.     /*Metodos*/
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement