Numerical Types in Go Programming

# Introduction Welcome gophers to this new chapter. In this section, we will learn about numerical types. The content includes commonly used integer types, floating-point types, boolean types, as well as complex numbers and the literal value syntax added in version 1.13. **Knowledge Points:** - Integer types - Floating-point types - Boolean types - Complex numbers - Literal value syntax

|60 : 00

Click the virtual machine below to start practicing