#include <stdio.h>

int main() 
{
 double a=10.257;
double b=2589.257;
    double d= 18;
    double sum= a + b + d;
    printf("The sum is %.2lf\n",sum);
        }
    






    

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: