How many movies are 120 minutes or less in length?
A.100
B.70
C.15
D.115
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
OpenStudy (warriorz13):
100
OpenStudy (ankitshaw):
55+30+10+5 = 100
OpenStudy (anonymous):
It would be A, 100 :D
OpenStudy (anonymous):
He is correct @atkinshaw and @Warriorz13 .
@Dianegrace
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (squirrels):
Actually, the correct answer is 100
OpenStudy (anonymous):
lol @Squirrels they said that, #Fail
OpenStudy (anonymous):
@fathomboy, Don't be rude.
OpenStudy (squirrels):
Im really offended @fathomboy
OpenStudy (anonymous):
@Squirrels sorry wasn't meaning to offend Ó_Ò #SorryToAll
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
@blueweek77 Sorry...
OpenStudy (anonymous):
@fathomboy, You didnt do anything to me.
OpenStudy (squirrels):
Never in my life have i ever been insulted like this, this act is unforgivable
OpenStudy (anonymous):
Still, sorry... and @Squirrels, really, wow. Im insulted almost every day.
OpenStudy (anonymous):
@Squirrels, Your kidding right..?
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (squirrels):
Yea, lol
OpenStudy (anonymous):
XD wow
OpenStudy (anonymous):
Ok good! Lol, I was like i get insulted alot..
OpenStudy (anonymous):
Anyone know computer stuff I need help fixing this function in javascript
function bin2str(inp){
a="";
res="";
for(x in inp){
a=parseInt(inp[x],2);
echo(a+":");
if(a.length==11){res+=a;}
}
echo("<br>:aaa:"+res);
}
OpenStudy (anonymous):
to turn binary code to text
Still Need Help?
Join the QuestionCove community and study together with friends!