roster[50] is an array of "students", so roster[9] is a "student". Therefore, roster[9].name is a string.
Answer:
Bill Gates, Paul Allen
Explanation:
The two founders of the mega-tech giant are Bill Gates, and Paul Allen. Hope this helps!
Answer:
Booting is a startup sequence that starts the operating system of a computer when it is turned on. A boot sequence is the initial set of operations that the computer performs when it is switched on. Every computer has a boot sequence.
Answer:
1, 4, 7
Explanation:
The instruction in the question can be represented as:
for i in range(1,10,3):
print i
What the above code does is that:
It starts printing the value of i from 1
Increment by 3
Then stop printing at 9 (i.e.. 10 - 1)
So: The sequence is as follows
Print 1
Add 3, to give 4
Print 4
Add 3, to give 7
Print 7
Add 3, to give 10 (10 > 10 - 1).
So, it stops execution.
Answer:
jddjjddjdjdjjsjsjejejejjejejejjdjdjeje