Assume there is a variable, h already associated with a positiveinteger value. Write the code necessary to compute the sum of thefirst h perfect squares, starting with 1. (A perfect square is aninteger like 9, 16, 25, 36 that is equal to the square of anotherinteger (in this case 3*3, 4*4, 5*5, 6*6 respectively).) Associatethe sum you compute with the variable q. For example, if h is 4,you would assign 30 to q because the first 4 perfect squares(starting with 1) are: 1, 4, 9, 16 and 30==1+4+9+16.
Expert Answer
An answer will be send to you shortly. .
PayPal Gateway not configured
PayPal Gateway not configured