FB, I would guess.
Sincerely,
Xeno
Answer:
44%
Explanation: First, you have to divided 11 by 25. Which is 0.44. And then you multiply the quotient by 100 to get your percentage.
I do not know the answers sorryy
Here is a Python program:
tmp = input().split(' ')
c = tmp[0]; s = tmp[1]
ans=0
for i in range(len(s)):
if s[i] == c: ans+=1
# the ans variable stores the number of occurrences
print(ans)
Answer:
8 seconds
Explanation:
8 Mbps (Megabit / sec) = 1 MBps (Megabyte / sec)
Therefore 10 Mbps = 1.25 MBps
Now divide the file 10MB by his download speed of 10Mbps (which is 1.25 MBps) and you can get 8 seconds.