Advertisement
Guest User

Untitled

a guest
Apr 20th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 5 0.13 KB | None | 0 0
  1. public static void main( String Args [] ){
  2.     boleta miObj = new boleta();
  3.     miObj.setCodBoleta(10233);
  4.     miObj.sumarTotal();
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement