This is a small blog for programming.I want to share my thinking,creation and learning to all of you.I also want to develop my own skill as well as yours.
package prem2; public class koresi2 { public static void main(String[]args){ int count=10; do{ System.out.println(count); count++; }while(count<=20); } }
No comments:
Post a Comment