Answer:
Combine text from two or more cells into one cell
Select the cell where you want to put the combined data.
Type = and select the first cell you want to combine.
Type & and use quotation marks with a space enclosed.
Select the next cell you want to combine and press enter. for instance =A1&" "&B3.
Solution :
a). The two arrays that are used in parallel in order to store the identification of two numbers of 5 employees and their weekly gross payments is :
int id_array[5];
double gross_pay[5];
b). The loop that uses the arrays for printing the identification number and the weekly gross payment is given below :
for(int i=0; i<5; i++)
{
count <<id_array[i] <<" " << gross_pay[i] << end;
}
Answer: blogs
Explanation: because you can send and edit your video on your webpage
To permanetly get rid of an unwanted file, you delete it
Answer:
we need PLC(Programmable Logic Units) attached to the sensors and those sensors will take the signals/values and transfer them to the cloud .In cloud we store that information and send that information to the web application where user is able to view
Explanation:
it looks like a SCADA system. we can integrate PLC with SCADA
or
for developing PLC we can use c or c++.it contain logic to transfer data to cloud
for cloud storage we can use Microsoft azure which is useful for data storage in sql servers
for web application we can use ASP.Net to interact with cloud and get data from there and display the results to the user on UI