Answer :
Answer:
Start
Input n, 2
Calculate if (n%2==0) then is divisible else not divisible
Output number is divisible or not
Stop
Explanation:
Answer:
Start
Input n, 2
Calculate if (n%2==0) then is divisible else not divisible
Output number is divisible or not
Stop
Explanation: