no habia un { y prueba de llave
This commit is contained in:
@@ -10,12 +10,12 @@ void clear(){
|
|||||||
system("clear");
|
system("clear");
|
||||||
} else {
|
} else {
|
||||||
system("cls");
|
system("cls");
|
||||||
}
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
int main()
|
int main(){
|
||||||
|
|
||||||
char opcion=0;
|
char opcion=0;
|
||||||
while (opcion!='8')
|
while (opcion!='8')
|
||||||
|
|||||||
Reference in New Issue
Block a user