שפת C/פונקציות: הבדלים בין גרסאות בדף

תוכן שנמחק תוכן שנוסף
שורה 44:
float celsius_to_fahrenheit(float celsius)
{
float f = 1.8 * celsius + 32;
return f;
}