हिंदी

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×