Respuesta :

There are some steps with the help of which we can easily find the output half of the value for each of 5 even numbers.

Such steps are provided below:

Step 1:

Start

Step 2:

Declare three variables such as "temp1", "temp2", "count".

Step 3:

Initialize

the count variable to zero (0), i.e., [tex]count \leftarrow 0[/tex] and

the temp variable to zero (0), i.e., [tex]temp \leftarrow 0[/tex]

Step 4:

Repeat the steps until the count will be 5 (count < 5)

  • [tex]temp1 = temp1+2;[/tex]
  • [tex]temp2=temp\frac{1}{2};[/tex]
  • [tex]print \ 'temp2';[/tex]
  • [tex]count \leftarrow count+1;[/tex]

Step 5:

Stop

Lean more about algorithm here:

https://brainly.com/question/14432459

ACCESS MORE