Skip to content
MathsGenie logo
Open app

Course home

  1. GCSE
  2. Computer Science AQA
  3. Question bank

Programming concepts

EasyMediumHard
12345678910111213141516171819202122232425262728293031323334353637
Question 22

Extend the Python program below.

temperature = float(input("Enter reactant temperature: "))

The program should keep prompting the user to enter a reactant temperature until they enter a temperature that is between -12.5 and 64.5 inclusive.

You should use meaningful variable name(s) and correct Python syntax in your answer.

[4]

Programming concepts Questions

  1. GCSE
  2. /Computer Science
  3. /Programming concepts