Microscope
bc thats the answer
Available at the time of year.
Answer:
A
Explanation:
I think is A. or maybe search up the topic of the lesson
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.