Skip to content
View DiegoZM1006's full-sized avatar
😄
Happy
😄
Happy
  • ICESI University
  • Cali, Colombia

Highlights

  • Pro

Block or report DiegoZM1006

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
DiegoZM1006/README.md

Hi there 👋

  • 🔭 I´m currently learning React
  • 📩 Ask me about anything related to Java/JavaScript/MySQL/Django
  • 📫How to reach me: fernandodj2004@gmail.com
  • 😃 Fun fact: I ♥️ movies
package aboutMe;
import java.util.ArrayList;

public class Me {

  private String name, lastName;
  private int age;
  public ArrayList<String> tools = new ArrayList<>();
  
  public Me(String name, String lastName, int age) {
    this.name = name;
    this.lastName = lastName;
    this.age = age; 
  }
  
  @Override
  public String toString() {
    return "Me{" + "name='" + name + '\'' + ", lastName='" + lastName + '\'' + ", age=" + age + ", tools =" + tools + '}';
  }
  
  public static void main(String[] args) {
    Me diego = new Me("Diego Fernando", "Mueses Zuñiga", 18);
    diego.tools.add("HTML");
    diego.tools.add("CSS");
    diego.tools.add("JS");
    diego.tools.add("Java");
    System.out.println(diego.toString());
  }

}
Me{name='Diego Fernando', lastName='Mueses Zuñiga', age=18, tools =[HTML, CSS, JS, Java]}

Pinned Loading

  1. ShopSystem ShopSystem Public

    This is a sales software, that allows to register products, sale products, create an inventary and control it.

    Java 1

  2. TankBattle TankBattle Public

    Java

  3. Safe Safe Public

    Java