Skip to content

Commit

Permalink
Agregado un comentario para explicar ArrayLists
Browse files Browse the repository at this point in the history
  • Loading branch information
01Richyy committed Nov 27, 2023
1 parent 292f923 commit d0cb091
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sosvet/SosVet.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ public class SosVet {
* cada arreglo tendrá un largo de 4, y se guardaran los siguientes datos en
* orden:
* {'id paciente' ,'dia', 'hora', 'veterinario asignado'}
*
* Para acceder a los elementos dentro del ArrayList, se utiliza el método
* arr.get(indice), este metodo te regresa el elemento en la posicion indice
* especificada
*/

/**
Expand Down

0 comments on commit d0cb091

Please sign in to comment.