Advertisement
CotaIgnorada

Ayudantia

Apr 14th, 2015
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. import java.util.ArrayList;
  2. import java.util.Scanner;
  3.  
  4. public class Remedio {
  5. int id;
  6. String nombre;
  7. boolean receta;
  8. ArrayList a;
  9.  
  10.  
  11.  
  12. public Remedio() {
  13. this.a = new ArrayList();
  14. int i;
  15. for (i=0; i<a.size() ; i++){
  16. System.out.println("Agregar remedio");
  17. Scanner b = new Scanner(System.in);
  18.  
  19.  
  20. }
  21.  
  22. }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement