Python Program to accept numbers from the user and Find the maximum and minimum element
Python Program to accept numbers and Find the maximum and minimum element of the numbers entered by the user Problem Definition: Write a Python Program to accept numbers from the user until the user enters done. Find the maximum and minimum elements of the numbers entered by the user. Use class and methods concepts. Program […]
Python Program to accept numbers from the user and Find the maximum and minimum element Read More »