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
0
Answer:
C is the answer to the question
Answered by
0
Answer:
c)is the answer to the question
Similar questions
English,
6 hours ago
French,
6 hours ago
Math,
6 hours ago
Environmental Sciences,
11 hours ago
Math,
11 hours ago
Social Sciences,
8 months ago