Skip to content
Snippets Groups Projects
Commit 656b9d1a authored by mirsilv's avatar mirsilv
Browse files

Enum y creada clase noticia

parent 8adeec07
No related branches found
No related tags found
No related merge requests found
package supuestoPractico;
public enum Categorias {
nacinoal, internacional, sociedad, economia, deporte, cultura;
}
package supuestoPractico;
public class Noticia {
private String titulo;
private String fecha;
public static void main(String[] args) {
// TODO Auto-generated method stub
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment