Ejercicio2

  • 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 Ejercicio2 as PDF for free.

More details

  • Words: 57
  • Pages: 1
#include <stdio.h> int manin () { int a; int resto; a = 0; resto = 0; printf("Introducir numero"); scanf ("%i", &a); resto = (a % 3);

if (resto == 0) { printf ("El numero %i ,es multiplo de 3" ,a); } else { printf ("El numero %i ,No es multiplo de 3" ,a); } return 0; }

Related Documents

Ejercicio2
April 2020 5
Ejercicio2
June 2020 5
Ejercicio2
December 2019 24
Ejercicio2
October 2019 16
Ejercicio2
June 2020 9
Ejercicio2.docx
June 2020 7