Answer:
Explanation:
TCP Transmission Control Protocol, is an internet protocol to exchange data, is one of the most main protocols of the internet is used from the beginning, with UPD is used to transfer data too, but is less secure than TCP, but is faster than TCP, in this case, UDP is used to transfer music or videos, and TCP is used to transfer websites and database.
The accounting number format shows numbers with a dollar sign on one side of the number, embeds a comma each three positions to one side of the decimal point, a presentations numbers to the closest cent. Hope this will help.
Answer:
In C++:
#include<iostream>
using namespace std;
int main(){
int numDays;
cin>>numDays;
cout<<"Days: "<<numDays<<endl;
return 0;
}
Explanation:
This line declares numDays as integer
int numDays;
This line gets user input for numDays
cin>>numDays;
This line prints the required output and ends with a newline
cout<<"Days: "<<numDays<<endl;
What do you want me to do theres no question
Answer:
Crowdsourcing I think is the correct answer. "A quick response code" and "Computer Forensics" both don't make sense as answers, and Crowdfunding is specifically for money.