xxxxxxxxxx
public static void main(String[] args) {
//Initialize new engineer
EngineerDev guillaume = new EngineerDev("Guillaume", "ELAMBERT");
/*-----------------------------------------*/
/* SET ENGINEER DATA */
/*-----------------------------------------*/
guillaume.setDateOfBirth("03/25/2000");
string[] address = {
"8 bis rue de Saint Benoît",
"78610",
"Auffargis",
"FRANCE"
};
guillaume.setAddress(adress);
string[][] studies = {
{ "Scientific Baccalaureate", "2015-2018", "Louis Bascan high school, Rambouillet" },
{ "BTEC Higher National Diploma in Computer Science" , "2018-2020", "Benjamin Franklin high school, Orléans"},
{ "Master’s Degree in Engineering", "2020-now", "Polytech, Tours" }
};
guillaume.setStudies(studies);
guillaume.setWork("Analyst / Developer and Engineering Student");
string[] hobbies = {
"Sports (especially handball)",
guillaume.getWork()
};
guillaume.setHobbies(hobbies);
}
Sircus |
3 0 JavaPythonCSS |
postman-to-markdownGenerate documentation in markdown from postman documentation. |
0 0 JavaScript |
DI4-ArchiSI_TP_note |
0 0 Java |
Hector |
0 0 C# |
Nuit_Info_2021-Movai_Code |
0 0 MakefileCBatchfile |
DI4-projet-robotique |
0 0 Java |
LoBonCoinLe bon coin version wish |
0 0 JavaHTMLCSS |
DI3-ec-java |
0 0 Java |
md2htmlMarkdown to HTML conversion script based on GitHub API and stylesheet. |
0 0 MakefileShellHTML |