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!