Learn the fundamental concepts of computer programming
Type casting (or type conversion) is the process of converting a variable from one data type to another.
For instance, converting the string "10" to the integer 10 so you can perform math operations on it.
Edit the code below and click Run to see the result live.