#include <stdio.h>

int main(int argc,char*argv) {
  int x-6,
float y=2-0
float división, multiplicación,
    int residuo,

     //calculo 
división=x/y,
multiplicación=x*y,
residuo=x%(int)y;
//mostrar resultado 
printf("\n la división:%2.f ");
printf( "/n la multiplicación:%2.f. ", multiplicación);
    printf("/n el residuo:%d, residuo );
    return 0;
}

Embed on website

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