class DoWhileDemo { public static void main(String[] args){ int count = 1; do { System.out.println("Count is: " + count); count++; } while (count < 11); } }
TEKONOLOGY Copyright © 2011 -- Template created by TEKONOLOGY -- Powered by Blogger
0 comments:
Post a Comment