@ -3,6 +3,12 @@
#ifndef THEADMIRALS_CONVERT_TON_TO_KG_H
#define THEADMIRALS_CONVERT_TON_TO_KG_H
// Convert tons to kilograms
// Parameters:
// tons: weight in tons
// Returns:
// The equivalent weight in kilograms
double tons_to_kg(double tons);