answersLogoWhite

0


Best Answer

I m writing only logic u should code it

int x,y,z;

printf("enter two numbers");

scanf("%d%d",&x,&y);

z=x*x+y*y;

printf("%d",z);

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is c program that will find the sum of square of the number?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Shell program to find the sum of square of individual digits of a number?

There are many shell programs that will find the sum of the square of individual digits of a number. A small example is: SD=3n=2, sum=2, and SD=2.


The sum of a number and its square is 6 Find the number?

There are two solution: -3 and +2.


The sum of a number and its square is 110. Find the number?

11,10


If sum of a number and its square is 56 Find the number?

The number is 7.


Write a program to find the sum of all positive number and terminate the program when sum exceed 999?

int sum = 0; int n = 0; while( sum <= 999 ) { sum += (++n); }


How do you find total sum of squares?

You square each number and multiply that by the frequency with which that number appears. You then sum together these results.


The sum of a number and its square is ninety find the number?

Find the answer by substituting number into the equationX + X2 = 90and you will find thatX = 9


Writes a c program to find the sum of all integers between 1 and n?

Write a program to find the number and sum of all integers from 100 to 300 that are divisible by 11


What is the sum of the 10th square number and the 14th square number?

sum of 14th square number and 10th square number


Write a Shell program to find the sum of cube of individual digits of a number?

no thanks


Shell program to find the sum of cube of individual digits of a number?

Shell problems are programs that can be run to find out information about numbers. The problem can help find an even or odd number, or what the sum of a cube is.


What is the smallest square number that is the sum of two square numbersfind two squares numbers whose sum is a square number?

25 is a square number, and the sum of 9 and 16 is 25. 9 and 16 are also square numbers.