Answer:
because hed like to be a friendly person who is like to be not a friendly good person is my answer is wrong change it if wrong
<h3><u>
Answer:</u></h3>
# Using the input function
# Prompt the user to input some number
# Convert the input to a float - this will cater for both floating
# numbers and integers
# Store the result in a variable called my_number
my_number = float(input('Please enter some number '))
#Create a variable named calculation which equals my_number plus 9
calculation = my_number + 9
#Multiply calculation by 2
calculation *= 2
#Subtract 4 from calculation
calculation -= 4
#Divide calculation by 2
calculation /= 2
#Subtract my_number from calculation
calculation -= my_number
#Print calculation
print('calculation = ' + str(calculation))
<h2><u>Sample Output</u></h2>
>> Please enter some number 8
calculation = 7.0
<h2><u>
Explanation:</u></h2>
The above program has been written in Python and it contains comments explaining each line of the code. Please go through the comments. A sample output has also been provided.
Answer:
Word processing software, database software, and communication software.
Explanation:
The correct answer is true :)
<u>Threat </u>is some danger that can exploit a vulnerability.
<h3>What is Threat?</h3>
Threat is seen as Anything that can be able to take advantage of a vulnerability, intentionally as well as accidentally, and take or damage, the asset of a person.
Note that a threat is that which a person or firm is protect against and Vulnerability is seen as Weaknesses.
Therefore, <u>Threat </u>is some danger that can exploit a vulnerability.
Learn more about vulnerability from
brainly.com/question/25633298
#SPJ1