Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 28:990ab89d08d2, committed 2020-04-24
- Comitter:
- montse
- Date:
- Fri Apr 24 23:18:40 2020 +0000
- Parent:
- 27:8678c21abbeb
- Commit message:
- Es el correcto de P4.Ej3
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Apr 20 08:22:09 2020 +0000 +++ b/main.cpp Fri Apr 24 23:18:40 2020 +0000 @@ -9,9 +9,12 @@ int main() { + while(1){ + int tecla; com1.printf("Cuantas veces al dia te lavas las manos? \n\n"); com1.scanf("%d",&tecla); + if ((tecla <= 9)&&(tecla >= 3)){ com1.printf("Eso es genial. \n"); @@ -30,5 +33,7 @@ } com1.printf("Recuerda: Si te cuidas tu, nos cuidamos todos."); + + } }