________
with variables names for the input and output.
convert_pounds_to_grams <- function(________) {
grams = 453.6 * pounds
return(________)
}
convert_pounds_to_grams
{
grams = 453.6 * pounds
return(________)
}
function(________)