Code Monkey home page Code Monkey logo

proyectofinalpp3's Introduction

banner

🌈 Hi, I'm Maira Gomez

Systems Analyst at Instituto Tecnologico Beltran

Connect with me:

Gmail LinkedIn

💻Languages and Tools

A little more about me...

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! :)

proyectofinalpp3's People

Contributors

mairaanabella avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.