class changer
{
public static void main (String arg[])
{
double tC, tF;
/*tc is veritable of temperature in Celsius and tF is for temp in fahrenhite*/
tC=50;
tF=1.8*tC+32;
System.out.print (" Temperature in Fahrenhite is : ");
System.out.println(tF);
System.out.println( "\n\n\t\tDeveloped by AhsAn! " );
}
}
{
public static void main (String arg[])
{
double tC, tF;
/*tc is veritable of temperature in Celsius and tF is for temp in fahrenhite*/
tC=50;
tF=1.8*tC+32;
System.out.print (" Temperature in Fahrenhite is : ");
System.out.println(tF);
System.out.println( "\n\n\t\tDeveloped by AhsAn! " );
}
}
0 comments:
Post a Comment