Social Sciences, asked by ddrr08564, 1 month ago

Collect information on the problems and challenges faced by the farmers in india suggest a few measures that can be taken to reduce them​

Answers

Answered by raj8825222129
0

Explanation:

#include <stdio.h>

int main()

{

float principle, rate, sinterest;

int time;

printf("Enter Principle Amount, Rate %% per Annum and Time\n");

scanf ("%f %f %d", &principle, &rate, &time);

sinterest = (principle * rate * time)/ 100.0;

printf ("Principle Amount = %5.2f\n", principle);

printf ("Rate %% per Annum = %5.2f%\n", rate);

printf ("Time = %d years\n", time);

printf ("Simple Interest = %5.2f\n", sinterest);

}

Answered by alishashaikh1734
0

Answer:

Biggest problems faced by farmers in India?

Small and fragmented land-holdings: ...

Seeds: ...

Manures, Fertilizers and Biocides: ...

Irrigation: ...

Lack of mechanisation: ...

Soil erosion: ...

Agricultural Marketing: ...

Scarcity of capital:

Similar questions