Answer:
b) are processes that are specialized for relatively few products or customer groups.
Explanation:
As the name suggests these are focused specifically for some products and not for all of the products manufactured by a company. These processes promote the product specification details, by advancing the processes of manufacturing more specific.
These are majorly used for customer specified products, generally identical products. In which no two products are similar in nature. And accordingly, these help in maximum customer satisfaction.
Answer:
// Program is implemented using Coral Programming Language
int X
int Y
int Sum
Put "Enter any two numbers" to output
x = Get next input
Y = Get next input
if Y < X
Put "Second integer can't be less than the first" to output
else
for Sum = X; Sum <= Y; Sum = Sum + 10
Put Sum to output
Explanation:
The above program is written using Coral Programming Language
The first line is a comment
The next 3 lines declares 3 integer variables
Which are X, Y and Sum
X and Y represent the two input numbers as seen on line 6 and 7
X, being the first and Y being the second
Line 8 tests the larger of the two numbers
If Y is less than X, the output is "Second integer can't be less than the first" without the quotes
Else
The last two lines perform iterative operations that assigns the addition of 10 and X to Sum
It continues printing sum as long as sum is less than the value of Y.
Answer:
Benefits that are of most prominent incentive to the employees and to the organization are as per the following:
-
The employees are obligated to get benefits that are variable and are a piece of salary bundle. These can incorporate house lease remittance, travel recompense, training stipend and advancement of the worker youngster and so forth.
-
Health, life and handicap benefits likewise to be incorporated into the salary. Phone recompense if the activity requires making a great deal of calls to different clients.
-
The firm ought to likewise give paid leaves and occasions to the employees to reproduce and revive their psychological capacity.
Answer:
16
9.8
12.90
5.8
Explanation:
The price to earning ratio is a financial metric used to value a company. it compares the price of a stock to the earnings of the stock. the lower the metric is, the higher the valuation of the firm
price to earning ratio = market value per share / earnings
1 = 176/11 = 16
2. 78.40 / 8 = 9.8
3. 77.40 / 6 = 12.90
4. 203/35 = 5.8
What is the question? i need more details to helpp you properly