Answer:
=IF(B2>=23,"Yes","No")
Explanation:
Given
Name = Kay Colbert
The Name column can't be used to determine the eligibility of a student to the transport.
What is needed is the corresponding age column of Kay's age.
Assume that the age column is B2 and the result column is C2 (See Attachment)
Enter the following in C2
=IF(B2>=23,"Yes","No")
This will return "Yes" without the quotes in cell C2 if B2 is greater than 23
Else, it'll return "No" without the quotes.
To drag the formula to other column, follow the instructions below
Select cell C2.
Rest your cursor in the lower-right corner so that it turns into a plus sign (+), like this:
Drag the fill handle downwards
Answer:
<style>
p {
background-color: rgb(255, 0, 0);
}
h1 {
background-color: rgb(0, 255, 0);
}
ol {
background-color: rgb(97,51,47);
}
</style>
Explanation:
Put this at the top of your code. It should target the paragraph tag, the header h1 tag, and the Ordered List (OL) tag individually and set their background colors respectively.
It's been a while since I've done CSS so you might have to tweak the syntax a bit, but it should look something like that.
Defines an HTML document
Contains metadata/information for the document
Defines a title for the document
A program that initializes a vector with the following string values: “what” “book” “is” “that” “you” “are” “reading” are the usage of namespace std;int main().
<h3>What is a vector software program?</h3>
Vector images software program permits customers to layout and manages pc photos the usage of geometric and mathematical commands, instead of clicks and strokes as utilized in drawing software program. Vector photos created the usage of those applications may be scaled indefinitely with out dropping quality.
- #include
- #include
- #include
- the usage of namespace std;
- int main()
- ;
- vector::iterator it;
- for (it = vs.begin(); it != vs.end(); it++)
- string tmp;
- while (cin.get()!='n')
- for (it = vs.begin(); it != vs.end(); it++)
- }
Read more about the vector :
brainly.com/question/25705666
#SPJ1