+ 9
Challenge (15)
Make a program which can find the value of m in E=mc² Equation.
3 Answers
+ 9
m=E/(c*c)
alert(E/(c*c));
cout<<E/(c*c)<<endl;
print(E/(c*c))
System.out.print(E/(c*c));
+ 3
Silly challange đ Burey Rocks
Make a program which can find the value of m in E=mc² Equation.