Tag: Computer Programming

Conversions in C#

Conversions in C#

Hello anyone who reads this! In the previous blog post, I wrote about built-in type variables in the C# programming language. In this blog post, I will be writing about converting variables to another type. C# is a statically typed language at compile time. Essentially, after a variable is declared, it cannot be declared or … Continue reading Conversions in C#