#include <stdio.h>

int main() 
{
    int r = 49;
    double l  = 0.268300;
 
    printf("%d * %f  = %f  \n", r, l, r *l);

    return 0;
}

Embed on website

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