Answer:
The answer is "Option c".
Explanation:
GAP analyses are worked to specify the business operations and function. It helps developed the ERP framework across the analysis process, and the variance in business, which uses the existing resource, that should be defined, reported and allowed, and wrong choices can be described as follows:
- In option a, It described its action or a failure to alter, that's why it is wrong.
- In option b, This technique fails the system, that's why it is wrong.
- In option d, It combines the potential for social application, that's why it is wrong.
Answer:
Give three(3) difference between Dot-matrix printer and the Daisy-wheel printer
Answer:
The ouput of the given code is :
22
is "Tom's age.
Explanation:
Here in this code the variable user_name and user_age are initialized to "Tom" and 22 respectively as statement is given in the question i.e cout << user_age << " \nis " + user_name << "'s age.";.This line will print the user_age i.e 22 after that the control moves to the next line and print is "Tom's age.
Following are the code in c++
#include <iostream> // header file
#include <string>
using namespace std;
int main() // main function
{
string user_name="Tom";
int user_age= 22;
cout << user_age << " \nis " + user_name << "'s age.";
return 0;
}
Output:
22
is "Tom's age.
Explanation:
Mechanical engineer may design a gps for a vehicle.