I would like to ask the user for his/her weight; for example;
Console.Write("Please enter your weight: {I want it to be inserted here} kg");
Here the input will be inserted after the kg, although I want it to be just before "kg" so that the user may know that a kg value is being expected, and that further details are not necessary (such as kg/lbs..)
Thanks in advance.