Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created December 5, 2019 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/c03e2f23d18d6e408bc925ed538678df to your computer and use it in GitHub Desktop.
Save parzibyte/c03e2f23d18d6e408bc925ed538678df to your computer and use it in GitHub Desktop.
float celsiusAFahrenheit(float celsius) {
return (celsius * 1.8f) + 32;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment