For Loop Example Program Get link Facebook X Pinterest Email Other Apps - July 09, 2019 public class Test { public static void main(String args[]) { for(int x = 10; x < 20; x = x + 1) { System.out.print("value of x : " + x ); System.out.print("\n"); } }} Get link Facebook X Pinterest Email Other Apps Comments Saisirishareddy.rajuJuly 14, 2019 at 9:33 AMThis comment has been removed by the author.ReplyDeleteRepliesReplyBDC java version2.comJuly 21, 2019 at 9:40 AMSir it is print or printlnReplyDeleteRepliesReplyAdd commentLoad more... Post a Comment
This comment has been removed by the author.
ReplyDeleteSir it is print or println
ReplyDelete