Using while loop and nested if statement develop a program to satisfy the following condition
Ältere Kommentare anzeigen
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 Kommentare
Walter Roberson
am 21 Jun. 2021
There are no unsigned integers that are also negative, so there is no solution to this question.
priya ranjan
am 21 Jun. 2021
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Loops and Conditional Statements finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!