public class aboutme{
private String location;
public String programator;
public String habilities;
public static void main(String[] args) {
System.out.println("My name is: Leonardo Rassi");
System.out.println("I am 17 years old.");
System.out.println("I am a student of computer engineering from UFMT.");
System.out.println("I am passionate about programming and technology.");
aboutme person = new aboutme();
person.location = "Brazil";
person.programator = "I am a passionate programmer.";
person.habilities = "I have medium experience in Java, and Web development with JavaScript, HTML, CSS and Typescript and learning C language.";
while (person != null) {
System.out.println("I am from: " + person.location);
System.out.println(person.programator);
System.out.println("My habilities are: " + person.habilities);
break;
}
}
Torne-se aquilo que nasceu pra ser!
-
Federal University of Mato Grosso
- Brazil
- https://steamcommunity.com/profiles/76561199008264175/
- leorassinz
Pinned Loading
-
Quiz-de-conhecimentos-gerais-da-zueira
Quiz-de-conhecimentos-gerais-da-zueira PublicQuiz pra todo mundo usar
Java 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

