This repository is part of the bootcamp "Start By Capgemini". The projects and activities developed along this course will be available here. You are invited to use the codes and improve them. It will be great if you have comments or suggestions to make them better.
The master branch has the functional version of the projects. They are segregated in folders briefly described below for reference: Note: the folder names and the code are writen in portuguese to be in accordance with the language used along the course.
Folder | Description |
---|---|
Logica de Programacao e Algoritmos I | This course covered thee baisic concepts of coding and algorithnics as for example: variables, data types, aritmetic and logical operators, conditional structures, loop structures, input and output data statments, random numbers and more. |
Logica de Programacao e Algoritmos II | As far the basic concepts were explored in previous course, more complex knowledge started to be presented as for example vectors, matrixes, procedures, funcitions and a brief introduction to OOP - Object Oriented Programing paradigmn. |
Logica de Programacao e Algoritmos III | It is the best moment. Java language is the main plate of our dinner. Let's enjoy this opportunity! There is a project in this folder called javaExercises. |
Lógica para Programação III - JAVA.pdf | The problems's descriptions are writen in prortuguese, in accordance with the oficial course language. |
- To execute the codes related to 'Logica de Programacao e Algoritmos' I and II is only required to install VISUALG 3.0.7.0 or later versions.
- To execute the codes related to java exercises proposed along 'Logica de Programacao e Algoritmos III' is only required to build a new Java project using your prefered IDE, copy and paste the files from the git repository folder named 'JavaExercises' into your project. Each exercise has its own class. To run each one at a time, uncomment the correspondent command lin on 'Main Class'.