Economy, asked by Athalia, 2 months ago

Ap kitne years ke ho.
@Faizi

What do u mean by plants​

Attachments:

Answers

Answered by Anonymous
2

Answer:

17

Explanation:

#include <iostream>

using namespace std;

int main()

{

int exponent;

float base, result = 1;

cout << "Enter base and exponent respectively: ";

cin >> base >> exponent;

cout << base << "^" << exponent << " = ";

while (exponent != 0) {

result *= base;

--exponent;

}

cout << result;

return 0;

}

Answered by kajalshrivastava085
3

Answer:

plant is a living thing that grows in the earth and has a stem, leaves, and roots. ... When someone plants land with a particular type of plant or crop, they put plants, seeds, or young trees into the land to grow them there.

Similar questions