public class Student {
private String name;
private String role;
private String[] languageSpoken;
public Student() {
this.name = "Marcos";
this.role = "Informática para Negócios";
this.languageSpoken = new String[] {"pt_BR", "en_US"};
}
public void sayHi() {
System.out.println("Obrigado por visitar, espero que ache interessante o meu perfil :)");
}
public static void main(String[] args) {
Student me = new Student();
me.sayHi();
}
}
🐢
I may be slow to respond.
-
21:45
(UTC -03:00)
Popular repositories Loading
-
-
-
-
-
docusaurus-example
docusaurus-example PublicForked from EltonGaleti113/docusaurus-example
JavaScript
-
ProdMail-AI
ProdMail-AI PublicProdMail-AI is a system designed to classify emails as Productive (requiring immediate or urgent action) or Unproductive (not requiring immediate action), as well as to generate AI-powered response…
JavaScript
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.
