ilug-cal  

RE: [ilug-cal] [OT]Problems with gcc

Soumyadip Modak
Tue, 11 Feb 2003 23:58:32 -0800

 
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Apologising to all for posting source to the list.

> 
> Source - Source!!
> 
> -sdg-

#include <stdio.h>

int main()
{
        float celsius, fahrenht;
        
        printf("Enter temp. in Celsius:");
        scanf("%f",celsius);
        fahrenht=(9*celsius/5)+32;
        printf("Fahrenheit temp. is:%.3f",fahrenht);
}



Soumyadip Modak
RCC Institute of Information Technology
Kolkata, India




-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com>

iQA/AwUBPkn9TwAMO//EcNNiEQISYACfQrVDeSwdHBPNmeugJgB4J2GV9dcAmwR7
bmrJdWJMvavVWyMpVAm3tMKH
=5kTB
-----END PGP SIGNATURE-----


--
To unsubscribe, send mail to [EMAIL PROTECTED] with the body
"unsubscribe ilug-cal" and an empty subject line.
FAQ: http://www.ilug-cal.org/node.php?id=3