Programas en c++

Friday, January 27, 2006

Convertir libras a kilos

#include <iostream.h>
#include <conio.h>

main()
{
float kilos,libras;
cout<<"Dame libras:";cin>>libras;
kilos=libras/2.2;
cout<<"La cantidad en kilos es:"<<kilos;
getch();
}

1 Comments:

At 7:06 AM, Blogger Jcreativa politicas apps said...

KgLb Converter Units, is a fast and simple app to convert pounds to kilograms.

https://play.google.com/store/apps/details?id=com.anazco.juan.kglbconverterunits&hl=en

 

Post a Comment

<< Home

Google