मराठी

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

Advertisements
Advertisements

प्रश्न

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

एका वाक्यात उत्तर

उत्तर

For i in range ( 10, 26, 5 ):
       Print i
shaalaa.com
Representation of Algorithms - Pseudocode
  या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
पाठ 4: Introduction to Problem Solving - Exercise [पृष्ठ ८३]

APPEARS IN

एनसीईआरटी Computer Science [English] Class 11
पाठ 4 Introduction to Problem Solving
Exercise | Q 3. | पृष्ठ ८३
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×