logo CodeStepByStep logo

SquaredArray

Language/Type: C# arrays

Write a variable declaration and for loop necessary to create and initialize an integer array named squares that contains the following values:

{0, 1, 4, 9, 16, 25, 36, 49, 64, 81, 100}
Bare code: Write a fragment of C# code as described, without any class or function/method heading around your code.

You must log in before you can solve this problem.

Log In

Need help?

Stuck on an exercise? Contact your TA or instructor.

If something seems wrong with our site, please

Is there a problem? Contact us.