I'm an idiot.. but.. what's the right/better way to do this

i have to have different outcomes for all these things

if(n > 2000000){
				
				
			}else if(n > 1000000){
				
				
			}else if(n > 500000){
				
				
			}else if(n > 100000){
				
				
			}else if(n > 50000){
				
				
			}else if(n > 1000){
				
				
			}else if(n > 50){
				
				
			}else if(n > 30){
				
				
			}else if(n > 25){
				
				
			}else if(n > 10){
				
				
			}else if(n > 5){
				
				
			}else{
				
				
			}