#include <stdio.h>
int main() {
int x= 6;.
float y =2.0;
//calculo del programa
printf("\n---------resultado --------");
printf("\na x*y = %.2f", x*y);
printf()
printf()
printf()
return 0;
}
To embed this project on your website, copy the following code and paste it into your website's HTML: