hey can you guys with this question?
Write a program that generates the perfect squares from 1 to 400. The output should be similar to the table below:
Number Square
1 1
2 4
3 9
.
.
.
20 400
Printable View
hey can you guys with this question?
Write a program that generates the perfect squares from 1 to 400. The output should be similar to the table below:
Number Square
1 1
2 4
3 9
.
.
.
20 400
So in essence what you've done is to give us your entire assignment without asking a question, and I'm afraid that in this situation there's not much that we can do for you. I suggest that you post your best solution that you've created so far, and ask as specific questions as possible, and we'll be much better able to help. If you really have no idea how to begin here, then please have a look here: Starting Writing a Program. It's a well-written article that can help.
Much luck