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!