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.
-
15:41
(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
-
-
CaixaEletronico
CaixaEletronico PublicSimulação de um caixa eletrÓnico em Java que calcula a menor quantidade de notas para um saque, utilizando algoritmo Greedy e testes com JUnit e Mockito.
Java
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.