Advertisement
Guest User

Untitled

a guest
Apr 20th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 5 0.24 KB | None | 0 0
  1. public class boleta{
  2.     /*Atributos*/
  3.     /*Constructor*/
  4.     /*Getter and setter*/
  5.     /*Metodos*/
  6.     public void sumarTotal(){
  7.         for(int i = 0; i < valorprod.length; i++){
  8.             total+=valorprod[i];
  9.         }
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement