Skip to content

Conversation

@Versart
Copy link

@Versart Versart commented Jul 14, 2023

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
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