what is meant by a placeholder variable? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

what is meant by a placeholder variable?

what is meant by a placeholder variable?

23rd Jul 2018, 11:06 PM
Sarath Baswa
Sarath Baswa - avatar
1 Answer
+ 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.
24th Jul 2018, 1:04 AM
John Wells
John Wells - avatar