In order to complete the series of substitution values from $35 to $45 in increments of $2.50, follow these steps:
- Input $35 in B21.
- Highlight B21 to B26.
- Go to the Home tab.
- Go to the Editing ribbon.
- Click on Fill.
- Click on Series.
- Step Value = 2.50
- Stop Value = 45.
- Click Okay.
<h3>How can you complete a series of Substitution values?</h3>
First input the value you are to start with in the cell you are to start with. In this case that means putting $35 in Cell B21.
Highlight B21 to B26 and then go to the Home tab. Go to the Editing ribbon at the bottom right and click on Fill. Then go to Series and input the step value as 2.50 and the stop value as 45. Click okay and the range will appear.
Find out more on spreadsheet functions at brainly.com/question/1395170.
Answer:
Following are the statement in C++ Language is given below
total=0; // variable declaration
cin >> amount; // Read the input
while(amount >=0) //iterating the loop
{
if(amount>0) // checking condition
total=total+amount; // perform operation
}
Explanation:
Following is the description of the statement
- Declared a variable "total" and initialized with them 0 to them.
- Read the input in the "amount" variable by using cin.
- iterating the loop when the amount is greater then 0.
- Checking the condition if(amount>0) then adding the total variable and amount and storing them into the total variable.
Answer:
distinctive competence
Explanation:
The distinctive competence denotes the various characteristic of certain business on which behalf that business perform better than its competitors. And since the business succeeds in doing those things better than its competitors, that business gains a competitive advantage over its competitors. And here, Bob's assembly is a hardware manufacturer for the doors, cabinets, windows and the bathrooms. And his assembly products are more durable and economical than its competitor's products. And thus Bob has a competitive advantage over its competitors.
Information can be transferred and passed way easier.