Variable Types - variables2.rs With this file, we're starting to look at data types. It's not happy with line 7, where we tell it that we are going to be using a variable, x. It says, consider giving x a type, but let's be honest, when it says
Strong Typing vs Weak Typing Last time, we talked about static and dynamic typing, and the differences between the two. To start off, I do have some bad news to share with you. There is no specific definition of what is strongly typed and what is weakly typed. It's more of a range.