I know the % is a symbol that can't be used by itself but I'm trying to make a number with a percent.
For example:
DeliveryGoal = 85%;
But Visual Studio tells me that this is an "invalid expression term". Is it a string or a type? Is there a conversion that I have to do? Also what declaration would percent symbols fall under? I'm using c#.
I'm not sure if I'm being specific but I'm not trying to get the remainder but rather the symbol itself to display next to that 85.