Skip to content

Desafio para vaga de Desenvolvedor, estágio - #37

Open
Versart wants to merge 7 commits into
bempaggo:mainfrom
Versart:main
Open

Desafio para vaga de Desenvolvedor, estágio#37
Versart wants to merge 7 commits into
bempaggo:mainfrom
Versart:main

Conversation

@Versart

@Versart Versart commented Jul 14, 2023

Copy link
Copy Markdown

Bom dia, meu nome é Wesley Versart e curso Sistemas de Informação. Minhas alterações no código.

for(int i = 0; i < NUMBER_OF_ROWS - 1; i++){
Row upRow = rows.get(i);
Row downRow = rows.get(i + 1);
for(int j = 0; j < upRow.cells.size();j++){

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Boa tarde,

Nossa ideia é utilizar POO para fugir destes blocos aninhados de for...
o que são i e j ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants