Systems Analyst at Instituto Tecnologico Beltran
package user;
public class Users{
private String name,profession,location;
private int age;
public Users () {
this.name= "Maira Anabella Gómez";
this.age= 28;
this.profession= "Student";
this.location= "Burzaco, Buenos Aires, Argentina";
}
public void knowledge(){
System.out.println("\nKNOWLEDGE\n");
System.out.println("Frontend=['HTML5', 'CSS3', 'Javascript','Bootsrap', 'React JS']");
System.out.println("Backend=['NodeJs', 'MongoDB', 'MySQL', 'SQL Server','JAVA']");
System.out.println("Languages=['Ingles', 'Español']");
System.out.println("Version control system=['git']");
}
public String toString() {
return ">Name: " + this.name +
"\n" + ">Age: " + this.age + "\n" +
">Profession: " + this.profession + "\n" + ">Location: " + this.location;
}
}
import user.Users;
public class Main {
public static void main(String[] args) {
Users user= new Users();
System.out.println("Datos de Usuario :\n" + user.toString());
user.knowledge();
}
}
No se trata de mí, tampoco se trata de ti.
Se trata del legado, el legado que dejamos para las futuras generaciones.
No es sobre nosotros.
I love connecting with different people so if you want to say hi, I'll be happy to meet you more! :)