Using while loop and nested if statement develop a program to satisfy the following condition
显示 更早的评论
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 个评论
Walter Roberson
2021-6-21
There are no unsigned integers that are also negative, so there is no solution to this question.
priya ranjan
2021-6-21
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Loops and Conditional Statements 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!