+ 1
what is meant by a placeholder variable?
what is meant by a placeholder variable?
1 Resposta
+ 4
Usually it is a variable used to ignore the contents. For example, you have a file with item, quantity, and price. You need the total quantity. You would read each line with placeholders for item & price while summing the quantity.