Day 7: C# Variables
int – stores integers (whole numbers), without decimals, such as 123 or -123double – stores floating point numbers, with decimals, such as 19.99 or -19.99char – stores single characters, such…
VICKY CHHETRI
int – stores integers (whole numbers), without decimals, such as 123 or -123double – stores floating point numbers, with decimals, such as 19.99 or -19.99char – stores single characters, such…