Using while loop and nested if statement develop a program to satisfy the following condition
Show older comments
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 Comments
Walter Roberson
on 21 Jun 2021
There are no unsigned integers that are also negative, so there is no solution to this question.
priya ranjan
on 21 Jun 2021
Accepted Answer
More Answers (0)
Categories
Find more on Loops and Conditional Statements in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!