answersLogoWhite

0


Best Answer

for i = 2 to 100 step 2 show i

for i = 2 to 100

if i%2=1

print i

end if

next i

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Pseudocode to find the even numbers between 1 to 100?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What do you notice when you find the difference between an odd and even numbers?

The answer is an odd number.


Where can one find information on Pseudocode?

One can find information about Pseudocode online in various websites. Some of them include the following: Wikipedia, Stack Overflow or Stack Exchange.


What do you notice when you find the difference between two odd numbers?

The difference is an even number.


What happens to the median when you come up with two answer?

when you have an even amount of numbers while trying to find the median, you first find the two numbers that are at the median and then take all the numbers between them and find the median of that. if that amount of digits is also even, then you must have a decimal median.


write a pseudocode to accept a number and find if it is prime or not?

Yes


What is the sum of the even numbers between 1and 11?

write an algo to find the sum of even number from 1to n


The product of 2 consecutive even numbers is 840. Find the numbers?

The product of two consecutive even integers is 840.find these numbers


How do you find the median of an even set of number?

Find the average. That is, add all of the even numbers together, then divide that by the number of even numbers.


Is 0.75 halfway between 4 and 4.5?

No, because it is 4.25 that is half way between them. To find the halfway point (the average), add the two numbers and divide by 2. 0.75 is not even between the two numbers.


Write the Pseudocode to find the factorial of a number?

Pseudo code+factorial


How can I Find two consecutive whole numbers that 141 lies between.?

If you mean two consecutive even whole numbers then they are 140 and 142


How do you find arithmetic mean between two numbers?

Add the two numbers and divide by two, or find the number which is halfway between the two numbers.