हिंदी

Write an algorithm that performs the following: Ask a user to enter a number. If the number is between 5 and 15, write the word GREEN. If the number is between 15 and 25 - Computer Science (Python)

Advertisements
Advertisements

प्रश्न

Write an algorithm that performs the following:

Ask a user to enter a number. If the number is between 5 and 15, write the word GREEN. If the number is between 15 and 25, write the word BLUE. if the number is between 25 and 35, write the word ORANGE. If it is any other number, write that ALL COLOURS ARE BEAUTIFUL.

टिप्पणी लिखिए

उत्तर

Input number

If 5 < number < 15 then
    Print GREEN

elif 15 <  number < 25then
     Print BLUE

elif 25 < number < 35 then
     Print ORANGE

else :
      Print ALL COLOURS ARE BEAUTIFUL.
shaalaa.com
Representation of Algorithms
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 4: Introduction to Problem Solving - Exercise [पृष्ठ ८४]

APPEARS IN

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

Englishहिंदीमराठी


      Forgot password?
Use app×