i need to write a program using the top don modular approach and pseudo code to desig a suitable program to solve the sum of the squares of the intgers from 1 to mysquare where mysquare is input by the user
1
Expert's answer
2012-11-12T07:04:00-0500
Int MySquare Int total Input(MySquare) For X = 1 To MySquare total = total + MySquare * MySquare Next X
Comments
Leave a comment