Guest User

Untitled

a guest
May 27th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. public class Muster_ware {
  2.  
  3. private float Nettopreis;
  4. private boolean ermUSt;
  5. private int Anzahl;
  6.  
  7. public void Muster_ware (float Nettopreis, boolean ermUSt, int Anzah){
  8.  
  9. this.Nettopreis = Nettopreis;
  10.  
  11.  
  12. }
  13.  
  14.  
  15.  
  16. }
Add Comment
Please, Sign In to add comment