The answer to your question is,
True.
-Mabel <3
I Inferred you are referring to the Georgia Virtual School resource program.
<u>Answer:</u>
<u>Guidance Center</u>
<u>Explanation:</u>
Interestingly, the Georgia Virtual School (GaVS) enables students access to Virtual education.
Their resource platform allows students to find information regarding Canvas, student email, registration and Office 365 etc by simply going Guidance Center.
Answer:
nothing
Explanation:
Because the return type of the function is void. void means does not return any thing.
The syntax of the function:
type name( argument_1, argument_2,......)
{
statement;
}
in the declaration the type define the return type of the function.
it can be int, float, double, char, void etc.
For example:
int count( int index);
the return type of above function is int. So, it return integer.
similarly,
void count(int index);
it return type is void. So, it does not return any thing.
Answer:
network 10.10.8.0 0.0.3.255 area 0
this will include all the interfaces on a device whose IP addresses only begin with a 10.10.8, 10.10.9, 10.10.10, or 10.10.11.
Explanation:
<em>show ip ospf interface
</em>
<em>show ip ospf interface brief</em>
these commands are used to display the interfaces that have been enabled into local ospf . it also shows explanation about them by brief command mentioned above.
<em />