(B) CIO, because they make $308,561 per year and it wouldn’t be A cause they only make $140,265 per year nor would C .
Answer:
INPUT "Enter your marks in computer"<u><em>;</em></u>CS
<u><em>IF</em></u> C>40 THEN
PRINT "You are passed.
<u><em>"</em></u>
ELSE
PRINT "You are failed."
END <u><em>IF</em></u>
Explanation:
see corrections above.
The recommendation of the instructor for Gaven to include a personal statement in his work portfolio will allow him to identify his career goals. If he is unable to show this to his work portfolio then he may simply state it in the personal statement. Thus, the answer to this item is letter A.
Answer:
B. n-1
Explanation:
If there are n vertices then that vertex can be origin of at most n-1 edges.Suppose that you have a graph with 8 vertices you can select a vertex from these 8 vertices now you have 7 other vertices.So the vertex you selected can have at most 7 edges or it can be origin of at most 7 edges.So we conclude that the answer is n-1.