#include <stdio.h> int main() { float b=5.5, h=6.8; printf("El área de su rectágunlo es de: %.2f", b*h); return 0; }
To embed this project on your website, copy the following code and paste it into your website's HTML: