Answer:
Following are the program in C++ language :
#include <iostream> // header file
using namespace std; // using namespace
int main() // main method
{
int amount,total=0; // two int variable declaration
cout<<" enter amount:";
cin>>amount; // read input amount first time
total=total+amount; // first calculation
cout<<" enter amount:";
cin>>amount; //read input amount second time
total=total+amount;// second calculation
cout<<" enter amount:";
cin>>amount;// read input amount third time
total=total+amount;// third calculation
cout<<"total:"<<total; // display total
return 0;
}
Output:
enter amount:12
enter amount:12
enter amount:12
total:36
Explanation:
Following are the explanation of program which is mention above
- Declared the two variable total and amount of int type .
- Initialize the variable total to "0".
- Read the 3 input in "amount" variable in one by one by using cin function and adding their value to the "total "variable .
- Finally display the total.
Answer:
1. Implements a regression testing policy to detect issues following development.
2. Review the Salesforce data model and Validation rules and modify the integration as necessary.
Explanation:
Technical Architect is defined as someone typically a computer specialist who is responsible for carrying out necessary operations relating to a Business's Information Technology, by implementing a design, maintaining operations, and working in conjunction with other IT crew in the firm.
Hence, in this situation, the Technical Architect is expected to carry out the following:
1. a regression testing policy to detect issues following development.
2. Review the Salesforce data model and Validation rules and modify the integration as necessary.
Answer:
i think....(b)
Explanation:
please say yes or no answer....
Answer:
"Analog" seems to be the appropriate choice.
Explanation:
- Data estimation or representation by purposes of one sometimes more physical characteristics which can convey any information on a continuum of severity.
- Analog data or information is information that is expressed physically. At which digital information is a series of individual symbols, analog data, if the substrate loops on even a vinyl record, the magnetic disks on a VCR compilation, and perhaps other non-digital material, is contained in physical media.
Answer:
insurance or warranty
Explanation:
It should be insurance because insurance can cover things like car repairs and other things that goes wrong. warranty could work too because it kind of means the same thing.