Adware. Adware displays ads and popups. The other options are completely different from each other
Answer:
Answer written in python.
Explanation:
#ask user for the first integer.
first_number = int(input("enter first number: "))
#ask user for the second integer
second_number = int(input("enter second number: "))
#add both and store in a variable, result.
result = first_number + second_number
#print out the result
print ( f"the answer to the problem is {result} calculated by adding {first_number} to {second_number}")
The worded lines after the # sign are called comments and are used to describe what the following lines of code does making it easier to read and understand by other programmers or by the same programmer coming back to it after a while.
Answer:
first question option is d
second is false
third is mark
Explanation:
5-The following are generic font
- serif
- sans-serif
- cursive
- fantasy
- monospace
6 - We can change image size using height and width. so it is false.
7 - we can highlight text using <mark> Marked text </mark>
The advance rightward from one cell to the next in a table, the tab key is to be pressed