Computer Science, asked by premyadav1, 5 months ago

write an Algorithem and a flow chart how to chek wheather the nummer is even or not​

Answers

Answered by Dinogyu17
2

Answer:

answer:-

Explanation:

Now the next step in algorithm (i.e number%2==0), in this step (number%2) returns the remainder after dividing number by 2. Now the next step (remainder==0) simply checks if the remainder value is equal to 0 or not. So if the remainder is 0, then the number is said to be Even number else it is said to be an Odd Number.

Similar questions