Computer Science, asked by markgeorgyjames8868, 2 months ago

How can I write the algorithm to find the first five even number

Answers

Answered by khushiARMY12
0

Explanation:

You'll have to print the value of A first and then increment it by 2 to print the next value 3, then 5 and so on till the loop reaches 50. For the flowchart which I've attached, we START and then set the value of A=1 as mentioned. The looping condition is used in a diamond shaped box and we check if A<50.

Similar questions