Saber Si Un Numero Termina En Cero En C

  • Uploaded by: Adrián Espinosa
  • 0
  • 0
  • May 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 Saber Si Un Numero Termina En Cero En C as PDF for free.

More details

  • Words: 46
  • Pages: 1
#include <stdio.h> #include int main() { puts("Introduce una cifra: "); int cifra; scanf("%d", &cifra); if ( cifra % 2 == 0 && cifra % 5 == 0) { puts("La cifra acaba en 0"); } else { puts("La cifra no acaba en 0"); } getch(); }

Related Documents


More Documents from "Anonymous HPFUTT"

Calentamiento Global.pdf
April 2020 16
Expo-legislacion.pptx
November 2019 9
December 2019 16
Acordes Y Cancion Help.docx
November 2019 25