nereloyka13
Member
- Joined
- Jan 21, 2022
- Messages
- 5
- Programming Experience
- Beginner
Hi, I had homework questions I couldn't do it myself, can you help?
Question 1. a program that takes the square of all the numbers starting from 1 and ending with the entered number and prints the squares of the numbers and the sum of their squares from the screen.I was able to print their squares, but I couldn't take and print their totals.
Question2. Console.WriteLine(Result(2,5,7)); //((2+3+4+5)+ 7*7)=63 I couldn't do anything about it, can you help me.
Question 1. a program that takes the square of all the numbers starting from 1 and ending with the entered number and prints the squares of the numbers and the sum of their squares from the screen.I was able to print their squares, but I couldn't take and print their totals.
Question2. Console.WriteLine(Result(2,5,7)); //((2+3+4+5)+ 7*7)=63 I couldn't do anything about it, can you help me.