Computer Science, asked by mondalsharanya451, 11 hours ago

Product(int n)

{

double P=1;

for(intx=1;x<=5;x++)

P=P*n;

return(P);

}

The return data type of the function will be

. .

A) int

B) double

C) float​

Answers

Answered by chintamanigaming22
0

Answer:

C is the answer to the question

Answered by mythilareddysantigar
0

Answer:

c)is the answer to the question

Similar questions