Using while loop and nested if statement develop a program to satisfy the following condition
Mostrar comentarios más antiguos
Using while loop and nested if statement develop a program to satisfy the
following condition once user data is prompted to be entered:
a. An even unsigned integer or odd unsigned integer
b. A Negative number
2 comentarios
Walter Roberson
el 21 de Jun. de 2021
There are no unsigned integers that are also negative, so there is no solution to this question.
priya ranjan
el 21 de Jun. de 2021
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Loops and Conditional Statements en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!