Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[MAD PP] Javier Samper & Carmen Gandía #658

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

cgandiaf
Copy link

A falta de la Bonus Quest.

@ta-web-mad
Copy link
Contributor

Acordaros de que hay que seguir los Test. Y devolver lo que os piden.
Teneis muchos ejercicios bien planteados pero os da error. En el primero por ejemplo:

Os pide que devolvais el num mas grande.

  if(n1>n2){
    return n1+" es mas grande que "+n2;
  }else{
    return n2+"es mas grande que "+n1;
  }
}

Estais devolviendo un String, el ejercicio solo pide que devolvais un valor.

  if(n1>n2){
    return n1;
  }else{
    return n2;
  }
}

Acordaros de seguid los Test y comprobar en cada caso lo que os piden.
Ánimo.

#checked #Teo 💪

@ta-web-mad ta-web-mad closed this Oct 24, 2018
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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.