Home > Coding Fundamentals Refresher > Coding Fundamentals and Patterns > Introduction to Code Variables and Assignment Show previous contentTry this exercise. Is this statement true or false?Is the following code snippet a valid way to declare a variable?cppcsharpgojavajavascriptpython1let words = "Hello World!";Press true if you believe the statement is correct, or false otherwise.TRUEFALSE Show following content