Idk dont ask me i thank its c
Answer:
I believe this was for someone else online, Unfortunately that's a little weird to be dating here ya know, Never know if there is someone really old or young you could be dating.
Answer:
Replace /* Your solution goes here*/ with the following
<em>void SwapArrayEnds(int sortArray [], int lent){
</em>
<em> int temp = sortArray[0];
</em>
<em> sortArray[0] = sortArray[lent-1];
</em>
<em> sortArray[lent-1] = temp;
</em>
<em>}
</em>
<em />
Explanation:
This defines the function SwapArrayEnds with two parameter (the array and the array length)
<em>void SwapArrayEnds(int sortArray [], int lent){
</em>
This declares an integer variable "temp" and initializes it with the first element of the array
<em> int temp = sortArray[0];
</em>
The next two lines swap the last element with the first
<em> sortArray[0] = sortArray[lent-1];
</em>
<em> sortArray[lent-1] = temp;
</em>
<em>}
</em>
<em />
<em>See attachment for full program</em>
As for this problem, the most probable and the most likely answer to this together with the presented options would be D. Social Networks.
Social networks is the term that defines Internet applications that help people connect with each other through a virtual environment by providing them with a collection of online tools. These tools include the instant messaging, the uploading of pictures and other tools that is found useful in connecting with people online. This has become phenomenon and the most popular social network as of the moment would be Facebook.
Answer:
C. 1280.245
Explanation:
1234.567 + 45.678 = 1280.245