Answer:
The input interprets the data while it is in RAM.
Explanation:
value = whatever you want
if not value < 13.6:
print("Value is greater than or equal to 13.6.")
else:
print("Value is less than 13.6.")
Answer:Start with the algorithm you are using, and phrase it using words that are easily transcribed into computer instructions.
Indent when you are enclosing instructions within a loop or a conditional clause Avoid words associated with a certain kind of computer language.
Explanation:
Answer:
i think it might c but dont trust me