हिंदी

Write an algorithm that accepts four numbers as input and finds the largest and smallest of them. - Computer Science (Python)

Advertisements
Advertisements

प्रश्न

Write an algorithm that accepts four numbers as input and finds the largest and smallest of them.

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

उत्तर

Input first number
Input second number
Input third number
Input fourth number

Set lst = [ first , second, third , fourth ]
Sort the lst
lst.sort( )

Print greatest number is lst [ -1 ]
Print smallest number is lst [ 0 ]
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 10. | पृष्ठ ८४
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×