aaaanana aaaanana
  • 30-04-2022
  • Computers and Technology
contestada


2. Write the pseudocode to print all multiples of 5 between 10 and 25 (including both
10 and 25)

Respuesta :

jlinsta7fan
jlinsta7fan jlinsta7fan
  • 30-04-2022

Answer:

Read code below

Explanation:

n = 10

while n is <= 25{

  print(n)

  n +=5

}

This while loop will print all multiples of 5 between 10 and 25 by starting with 10 as n, printing n, then incrementing n by 5 until n is greater than 25.

Answer Link

Otras preguntas

Compare and contrast distribution by force and distribution by equal sharing
Converting uranium to thorium by decreasing the number of protons from 92 to 90 and decreasing the number of neutrons from 146 to 144 is an example of what type
The area of a rectangular field is given by the trinomial t^2-4t-45. The length of the rectangle is t-5. What is the expression for the width of the field?
Which of the following explains why elements in column 17 (the halogens) are very reactive? Their atoms contain three energy levels. Their atoms need only one e
mention two factors that are not included in real GDP per capita, but are included in another standard of living measurement.
could somebody help me with my homework? Worth 57 points.
Angela spent 6 hours working and made $87. What is her hourly rate? A. $17 1/4 per hour B. $18 1/2 per hour C. $14 1/2 per hour D. $15 per hour
Why did Swift publish his ideas in satirical format?
if there are 20 vakues in a data set in order from smallest to largest what is the median of the data set
Could a balanced ecosystem contain producers and consumers but not decomposers? Why or why not.