Skip to content

Conversation

Victor-Camarena-Ballester

No description provided.

for (y = 0; y < 20; y++) {
//multiplica cuatro a la derecha
if (y + 3 < 20) {
let possibleNumber =
Copy link

Choose a reason for hiding this comment

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

Esto se puede hacer con un bucle que haga 4 operaciones

@JdeJ
Copy link

JdeJ commented Jun 8, 2019

Buen trabajo chicos.

@JdeJ JdeJ closed this Jun 8, 2019
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