freeCodeCamp/guide/english/cplusplus/switch-statements
TrollzorFTW 4887c4316e An efficient way to read your variables (#24844)
* An efficient way to read your variables

Instead of declaring the variable "grade" in a trivial way by giving it value directly from code,
we can enter it when we run the program, to make our code more dynamic and testing multiple situations
by just re-running the program and entering a different thing as an input, instead of modifying the variable
over and over again

* Cleaned up comment
2018-12-13 23:20:18 -05:00
..
index.md An efficient way to read your variables (#24844) 2018-12-13 23:20:18 -05:00