Rodrigo

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

More details

  • Words: 103
  • Pages: 1
#include<stdio.h> int main() { int w,x,y,z; printf("1 desea ingresar un dato\n2 desea borrar el dato\n3 modificar el dato\n4 mostar el dato\n:"); scanf("%i",&w); switch(w) { case 1: printf("ingrese el dato:\n"); scanf("%i",&x); printf("1 desea borrar el dato\n2 modificar el dato\n3 mostar el dato\n:"); scanf("%i",&y); switch (y){ case 1: printf("se ha borrado el dato\n"); break; case 2: printf("ingrese el dato nuevo\n"); scanf("%i",&z); printf("el nuevo dato es %i",z);break; case 3: printf("el dato es %i \n",x); break;} break; case 2: printf("el dato a sido borrado\n"); break; case 3: printf("ingrese el dato nuevo\n"); break; case 4: printf("el dato es\n:"); break; default: printf("el numero ingresado es incorrecto\n"); }return 0; }

Related Documents

Rodrigo
October 2019 34
Rodrigo
April 2020 32
Rodrigo
June 2020 24
Rodrigo Gay.xlsx
October 2019 22
Curriculum Rodrigo
October 2019 44
Rodrigo Alabanza
May 2020 14