Answer:
See Explanation
Explanation:
The question is incomplete as there is no link pointing to the houseType struct of chapter 1.
So, I've answered the question from scratch
See attachment for explanation where I used comments to explain each line.
The program is as follows:
#include <iostream>
using namespace std;
struct houseType{
int firstHouse, secondHouse;
};
int main()
{
houseType hT;
cout << "Enter the price of both house: ";
cin>> hT.firstHouse;
cin>> hT.secondHouse;
if(hT.firstHouse == hT.secondHouse){ cout<<"true"; }
else{ cout<<"false"; }
return 0;
}
Answer:
There are three technologies used for implementing the SOA most commonly with Web services are UDDI (Universal Description, Discovery & Integration) , WSDL (Web Services Description Language) and SOAP (Simple Object Access Protocol) .
Out of them XML technologies are Web Services Description Language (WSDL) and Simple Object Access Protocol (SOAP).
WSDL is an XML language that describes a Web service.
SOAP is an XML Protocol and it is used by client application to communicate with web services.
<u>The types of data sources that could be used in a mail merge are:</u>
- Word tables
- a database
- an excel sheet
- an outlook contacts list
<u>Explanation:</u>
Mail merge allows one to send a particular document to different individuals. It is generally used in office environment where some information is to be communicated to a number of people. The information is attached by adding the data sources.
Mail merge comprises of joining mail and letters and pre-tended to envelopes or mailing names for mass mailings from a structure letter.
In database mail merging it is embedding it into reports, for example, letters, mailing marks, and unofficial IDs.
Tables assist you with exhibiting data in an unmistakable and sorted out way. Tables are helpful for different assignments, for example, introducing content data and numerical information.
In excel the component in Microsoft Word and Excel streamlines the way toward sending a similar report with customized changes to a few beneficiaries.
In outlook contacts, the wellspring of customized data in a bunch of Word reports, through Word's mail blend include through Word's mail merge feature.
Answer: The process B is at the maximum steady state. A process is said to be at steady state if the variables that define the behavior of the system are unchanging
Explanation: From the Above
Process A takes 2 minutes per unit and hence can process (60/2) = 30 units per hour. Process B can process only (60/3) = 20 units per hour. Process C can handle (60/1) = 60 units per hour. the steady state output from this system is the smallest of the three, that is process B 20 units per hour