8 lines
		
	
	
		
			278 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			278 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| 
								 | 
							
								---
							 | 
						||
| 
								 | 
							
								title: Understanding Uninitialized Variables
							 | 
						||
| 
								 | 
							
								---
							 | 
						||
| 
								 | 
							
								## Understanding Uninitialized Variables
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								Make sure that the variable has the correct data value. Leaving a variable uninitialized, meaning you do not give it a value, can cause problems if you want to do operations on it. 
							 | 
						||
| 
								 | 
							
								
							 |