3 En 1

  • June 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View 3 En 1 as PDF for free.

More details

  • Words: 57
  • Pages: 1
#include<stdio.h> int main() { int x=9, y=0, z=0, suma=0, producto=0, perimetro=0; printf("INGRESAR VALOR DE X\r"; scanf("%i",&x); printf("INGRESAR VALOR DE Y\r"); scanf("%i",&y); suma=x+y; producto=x*y; printf("LA SUMA DE X+Y es igual a %i\r", suma); printf("LA MULTIPLICACION DE X*Y es igual a %i\r\r", producto; printf("INGRESAR VALOR DE Z\r"); scanf("%i",&z); perimetro=suma+z; printf("EL PERIMETRO ES IGUAL A %i\r", perimetro); return 0; }

Related Documents

3 En 1
April 2020 4
3 En 1
April 2020 3
3 En 1
June 2020 1
3 En 1
November 2019 5
En(1)
October 2019 13
3-1[1][1]
April 2020 21