Answer:
Hacking Online Orders Math
Explanation:
Answer:
Bounce between different objects
Explanation:
Light probably will bounce off of objects or it might go through, i think it depends on what object and what material.
Answer:
if(i>1)
{
Console.WriteLine(i*i);
Console.WriteLine(i*i*i);
}
Explanation:
This is written in C#, and it's probably not as clean as it could be. I'm not sure what language you wanted it in, so I just picked the one I'm most familiar with.