Computer Science, asked by ranabagchi21, 1 month ago

1 #include <iostream>
2 using namespace std;
3 int calculate (int i, int i) {
4 return (i * i);
5}
6 float calculate (float i, float y){
7
return (i/j);
8 }
9 int main() {
10 int x=5, y=2;
11 float n=5.0, m=2.0;
12 cout << calculate(x,y) <<"\t";
13 cout << calculate (n, m);
14 return 0;
15 }​

Answers

Answered by ANKITSINGH8090
0

Answer:

sorry I don't know this question

Similar questions