Practicas

  • November 2019
  • 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 Practicas as PDF for free.

More details

  • Words: 47
  • Pages: 1
#inc lude #include <stdio.h> main() { int i; float c; for (i=0;i<=300;i+=20) c=(5./9)*(i-32); printf Farenheit equivalen grados Celsius\n",i,c); getch (); return 0; } la tabla ascii #include <stdio.h> #include int main() { int i; for (i=1; i<255; i++) printf("%d=%c\t",i,i); getch (); return 0; }

Related Documents

Practicas
April 2020 20
Practicas
June 2020 18
Practicas
May 2020 20
Practicas
May 2020 20
Practicas
November 2019 26
Practicas
June 2020 26