Basics - Understanding data types and variables
5 important questions on Basics - Understanding data types and variables
Where can a variable be placed?
x=7;
How do you bulk replace a variable in Visual Studio?
What is camel casing and why is it used?
myLastName = "hello world"
- Higher grades + faster learning
- Never study anything twice
- 100% sure, 100% understanding
Where should you put variables in your code?
What is wrong with this code?
int x = 44;
string y = "Bob";
int z = x + y;
Console.WriteLine(z);
The question on the page originate from the summary of the following study material:
- A unique study and practice tool
- Never study anything twice again
- Get the grades you hope for
- 100% sure, 100% understanding