how would i go about determining the big o, theta, and omega of a piece of code?

i know assigning i = 0, j = 0, y = 0 is the constant 3 and becomes insignificant to big o. is while( i < 6 ) 6x? do...