Answer:
// Program is written in C++
// Comments are used to explain some lines
// Only the required function is written. The main method is excluded.
#include<bits/stdc++.h>
#include<iostream>
using namespace std;
int divSum(int num)
{
// The next line declares the final result of summation of divisors. The variable declared is also
//initialised to 0
int result = 0;
// find all numbers which divide 'num'
for (int i=2; i<=(num/2); i++)
{
// if 'i' is divisor of 'num'
if (num%i==0)
{
if (i==(num/i))
result += i; //add divisor to result
else
result += (i + num/i); //add divisor to result
}
}
cout<<result+1;
}
Answer:
can you please ask in English I can't understand this language
Answer:
It is best to soak the new lifters in engine oil overnight in order to build a car engine from scratch, regardless of its length. Ensure all rings of the pistons are installed correctly. You should flip the block over and carefully install the top half of the main rod and bearing parts. Get the block out of your way and flip it over again. By flipping over the block, you’ll see the full effect. Ensure that the lifters are installed correctly.
Explanation:
Answer:
The design process is at the verify phase of Design for Six Sigma
Explanation:
In designing for Six Sigma, DFSS, is a product or process design methodology of which the goal is the detailed identification of the customer business needs by using measurements tools such as statistical data, and incorporating the identified need into the created product which in this case is the hydraulic robot Kristin Designed
Implementation of DFSS follows a number of stages that are based on the DMAIC (Define - Measure - Analyze - Improve) projects such as the DMADV which stand for define - measure - analyze - verify
Therefore, since Kristin is currently ensuring that the robot is working correctly and meeting the needs of her client the design process is at the verify phase.
Appeal to emotion
the product doesn’t need to be colorful to function but it would be more appealing to the intended audience if it was