When the value of M is 50, calculate the value of the following formula: T = 1 + 1 / 2 ^ 2 + 1 / 3 ^ 2 + +1 / m ^ 2, (rounded to the fourth decimal place) C programming problems

When the value of M is 50, calculate the value of the following formula: T = 1 + 1 / 2 ^ 2 + 1 / 3 ^ 2 + +1 / m ^ 2, (rounded to the fourth decimal place) C programming problems

#include “stdio.h”
main()
{
float m,n=0,t=0;
for(m=1;m