Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created February 16, 2021 02:26
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/9fe668857280349be56f84f522ca838a to your computer and use it in GitHub Desktop.
Save parzibyte/9fe668857280349be56f84f522ca838a to your computer and use it in GitHub Desktop.
public static double diferenciaKilovatios(double lecturaPresente, double lecturaPasada) {
return lecturaPresente - lecturaPasada;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment