class Ray {
private String name;
private String mainLanguage;
private String secondLanguage;
private int age;
public Ray() {
this.name = "Ray";
this.mainLanguage = "pt-BR";
this.secondLanguage = "en-US";
this.age = 21;
}
public void HeyThere() {
System.out.println("\n-======================@==========================-");
System.out.println("Hi! I'm a Comp.Sci student in the sixth semester at UFES.");
System.out.println("Also, I have experience in GFX with Adobe Photoshop.");
System.out.println("I have experience with C/C++, Python, Java and Swift.");
System.out.println("Pandas, SpringBoot, Bootstrap and Thymeleaf too!");
System.out.println("-======================@==========================-\n");
}
public void GoodBye() {
System.out.println("\n-======================@==========================-");
System.out.println("Thanks for visiting my profile!");
System.out.println("See you soon, buddy!");
System.out.println("-======================@==========================-\n");
}
}
public class Main {
public static void main(String[] args) {
Ray myself = new Ra();
myself.HeyThere();
myself.GoodBye();
}
}
Pinned Loading
-
mini-SADE
mini-SADE PublicTrabalho 2 com arquivos binários desenvolvidas na disciplina PROG II na UFES, em 2023/2
C
-
barbara-aper/IntroAct
barbara-aper/IntroAct PublicPlataforma de atividades complementar e auxiliar ao curso Introcomp, com exercícios curtos e objetivos em Python.
HTML 1
-
hacka-travel
hacka-travel PublicProtótipo do aplicativo para organizar viagens e intercambios com host families
Swift
-
-
sistema-eleitoral
sistema-eleitoral PublicTrabalho prático 1 destinado da disciplina POO na UFES, em 2024/2
Java
-
T1-CG
T1-CG PublicRepositório com o trabalho 2D da matéria de Computação Gráfica, na Universidade Federal do Espírito Santo
C++
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.

