English

Write the pseudocode to print all multiples of 5 between 10 and 25 (including both 10 and 25). - Computer Science (Python)

Advertisements
Advertisements

Question

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

One Line Answer

Solution

For i in range ( 10, 26, 5 ):
       Print i
shaalaa.com
Representation of Algorithms - Pseudocode
  Is there an error in this question or solution?
Chapter 4: Introduction to Problem Solving - Exercise [Page 83]

APPEARS IN

NCERT Computer Science [English] Class 11
Chapter 4 Introduction to Problem Solving
Exercise | Q 3. | Page 83
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×