Answer:
temperature = int(float(input("Enter temperature: ")))
fever = 0
if temperature > 98.6:
fever +=1
else:
fever = 0
print(fever)
Explanation:
Answer: File As is used to control the order in which contacts are displayed in the current view
Answer:
First, you would want to translate from C-language Program (in text format) into the assembly language Program (still in text format, but in the corresponding architecture of the computer where the program will be run). The software tool you will use for this step is Compiler.
Then you would translate from the assembly language program (text format) into Machine Code Program (in binary format). The software tool used for this step would be Assembler.
The missing terms relating to computer software are:
- Utilities
- application software.
<h3>What are Programs designed to perform specific tasks?</h3>
Programs that are made to carry out specific tasks is known as application software.
Note that An application software is said to be a computer software set up to carry out a group of coordinated functions and as such, The missing terms relating to computer software are:
- Utilities
- application software.
Learn more about computer software from
brainly.com/question/1538272
#SPJ1