The two capabilities of the internet that promote and sustain customer relationships is option C: interactivity and individuality.
<h3>What can the internet do and how does it function?</h3>
A global computer network called the internet transmits many types of data and media between linked devices. It functions by utilizing a packet-routing network that complies with Transport Control Protocol (TCP) and Internet Protocol (IP).
Therefore, Note that Web interactivity describes interactive elements that are integrated into websites and allow for the exchange of information between users of technology or between users of communication technology.
Learn more about internet from
brainly.com/question/2780939
#SPJ1
Idek this keeps happening to me too :/
Answer: IRQ1 interrupt
Explanation: IRQ1 is the hardware interrupt request which is produced from the processor side mainly reserved for keyboard input . When a key is pressed from the keyboard then a input get produced then there is a request from the main processor and this interrupt gets executed.There are some devices which do not have the keyboard still this interrupt is only preserved for it.
Print (“What is your name dood?”)
Answer:
maxSum=findMax(numA,numB)+findMax(numY,numZ);
Explanation:
In the above statement, a function is used twice to calculate the maximum of 2 numbers passed as parameters of type double and returns the maximum value of type double as well. As the function is static, so, there is no need to make an object of the class in which the function is made. After finding the largest of both the pairs, the values are added and printed to console.