Pseudocode to check whether the number entered is Odd or Even
1. START
2. DISPLAY "Enter the Number - "
3. READ number
4. IF number MOD 2 = 0 THEN
DISPLAY "Number is Even"
ELSE
DISPLAY "Number is Odd"
END IF
5. STOP
write a pseudo code for display user given value is odd or Even.output should be as follows
ReplyDelete10 is even number,
7 is odd number,
666
Deletei was hear that their is no if else statment in pseducode how it is in this pseducode
ReplyDeleteFlowchart and pseudo code to display five numbers with their squares
ReplyDeleteCan u tell that what is mod in this program?
ReplyDeleteNyc effort
ReplyDelete