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:
The correct answer to this question is: "this program give an error".
int i = 7; //declare a variable(i) and assign value.
while (i>=2) //use loop and check condition.i greater then equal to 2.
{
System.out.print (i +""); //print value of i.
if ((i%3) == 0) //hold remainder
{
i +2; //error.
}
else
{
i/=2; //hold Quotient
}
}
Explanation:
In the above program, there is an error in the if block because it is not the correct way to declare. To use the variable from the correct output we use a variable like this.
Example
int i = 7;
//declare a variable(i) and assign value.
while (i>=2)
//use loop and check condition.i greater then equal to 2.
{
System.out.print (i +""); //print value of i.
if ((i%3) == 0) //hold remainder
{
i =i+2;
}
else
{
i/=2; //hold Quotient
}
}
Output: 732
Answer:
liquidity. is a measure of how quickly things can be converted to something of value like cash. commodity money. based on some item of value.
Hope this helps! If so please mark brainliest and rate/heart to help my account if it did!!
Answer:
Don't forget to close any parentheses you open. Other then that everything looks fine, I just polished it a little bit
Explanation:
name = input("What is your first name? ")
print("Hello", name)
age = int(input("How old are you? "))
print("In 10 years you will be", (age+10))
print("In 20 years you will be", (age+20))
print("5 years ago you were", (age-5))
Same reasons as why people feel differently toward real life. It depends on your activities on Internet, and the kind of environment you spent in it, mainly how other users interacted you.