Progr

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

More details

  • Words: 170
  • Pages: 2
1)-Escriba un programa que halle el menor de dos numero ingresados por el usuario. #include<stdio.h> int main() { int x = 0; int y = 0; printf("Introdusca Primer Numero"); scanf("%i", &x); printf("Introdusca Segundo Numero"); scanf("%i", &y); if (x>y) { printf("Es Mayor x"); } if (x
2)-Mostrar a travez de un ejercicio los numeros nultiplos de 3 comprendidos entre los numeros 1 y 30. #include<stdio.h> #include int mul, i; int c; int main() { mul=0; for (i=0; i<=30; i++) { if (i%3==0) printf ("\nEl Numero %d es Multiplo de 3", i, c++); } printf("\n\n\n\nSon %d los numeros entre 1 y 30 que son multiplos de 3.", c); getche (); }

3)-Ingrese Un Numero , ("y"), que permita verificar a travez de un programa si ese numero es positivo negativo o nulo. #include<stdio.h> #include main () { int i; i=0; printf("Ingrese Un Numero:"); scanf("%d", &i); if (i==5) { printf("\nEl Numero ingresado es 5/n"); } else { printf("El numero no es cinco"); } getche(); }

Related Documents

Progr
June 2020 4
Progr Serrapetrona
November 2019 9
Progr. Ecir
April 2020 2
Progr Marzo I
December 2019 6