Computer Science, asked by dhruvmanoj7839, 1 year ago

Pseudocode for finding the sum of numbers divisible by 4

Answers

Answered by charlie1505
1

Answer:

step1:initially number is taken as input.

sum=0

Step 2:check thet weather the number is divisible by 4 or not.

Step3:if the number is divisible by 4 then add that number to the sum

Step4:sum=sum+number

Step5:display sum.

step 6: else

go to step 2

step 7:

stop

Similar questions