Loading...
Is this your company?
4 16 64 256 solve using for loop.
Anonymous
Public class Demo { public static void main(String args[]) { for(int i = 4; i <=32; i=i*4) System.out.print(i+", "); } }
What was the AI questions??
Public class Demo { public static void main(String args[]) { for(int i = 4; i <= 32; i=i*4) System.out.print(i+" , "); } }
Stay ahead in opportunities and insider tips by following your dream companies.
Get personalized job recommendations and updates by starting your searches.
Get actionable career advice tailored to you by joining more bowls.
Check out your Company Bowl for anonymous work chats.