Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7687137
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T19:38:08+00:00 2026-05-31T19:38:08+00:00

When I try to run this code, I get incorrect maximums and minimums. Could

  • 0

When I try to run this code, I get incorrect maximums and minimums. Could anyone tell me how I can fix it? I am not allowed to use ‘max’ and ‘min’.

UPDATE: I have updated the code and it still doesn’t work properly.
UPDATE 2: The code works now! Thank you so much guys!

minimum=float('inf')
maximum=None
count=0
total=0
number=input ("Please enter the amount of numbers you wish to categorize: ")
while True:

    num = input("Enter a number: ")
    count+=1
    total+=num

    if num is None or num < minimum:
        minimum = num

    if num is None or num > maximum:
        maximum = num
    if count == number:
        break           

print "The average of your numbers is ", round ((total / count),2),"."
print 'The largest number is:', maximum,"."
print 'The smallest number is:', minimum,"."
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T19:38:10+00:00Added an answer on May 31, 2026 at 7:38 pm

    Your initial values and conditions for minimum and maximum are incorrect.

    minimum = None
    maximum = None
     ...
        if minimum is None or num < minimum:
            minimum = num
    
        if maximum is None or num > maximum:
            maximum = num
    ...
    

    You could also fix this by checking if count equals 1 instead of identity to None.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Whenever i try to run sqlmetal, i get this: 'sqlmetal' is not recognized as
When i try to run this code i get the error: Warning: mysql_fetch_array() expects
I get index out of bounds exception when i try to run this code
I get a generic failure when I try to run: saslpasswd2 username This was
I get this, when I try to run my PHP. When I comment out
It's me again and I just can't seem to get this code to work.
var sys = require(util); When i try to run this code in the console,
How can I get the username/login name in Java? This is the code I
Hello i`ve got a problem: when i run this code i get this: on
When I try to run a routine I get the following error: Error Code:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.