how to hack somebody whatsup Get link Facebook X Pinterest Email Other Apps - April 09, 2020 Get link Facebook X Pinterest Email Other Apps Comments Unknown10 April 2020 at 00:10Wow.. completely working!!ReplyDeleteRepliesReplyUnknown25 November 2020 at 12:18its workingReplyDeleteRepliesReplyUnknown25 November 2020 at 12:23Nice trickReplyDeleteRepliesReplyUnknown25 November 2020 at 12:24Correct workReplyDeleteRepliesReplyBiren25 November 2020 at 12:44Good workReplyDeleteRepliesReplyXyz25 November 2020 at 16:49Nice sirReplyDeleteRepliesReplyritvik6 December 2020 at 11:37goodReplyDeleteRepliesReplyAdd commentLoad more... Post a Comment
How to print 9,99,8,89,7,79.... - March 16, 2021 / common way to write int a=9,n=10 ; // n value you can take anything for(int i=1;i<=n;i++) { if(i%2==1) { System.out.print(a); } else { System.out..print(a*10+9); a--; }} Read more
print the series 2+4+6+8+...n using java - April 01, 2021 int a=2,n=10; // n for number of terms //a is the starting value int sum=0; for(int i=1;i<=n;i++) { sum=sum+a; a=a+2; } System.out.println(sum); Read more
Wow.. completely working!!
ReplyDeleteits working
ReplyDeleteNice trick
ReplyDeleteCorrect work
ReplyDeleteGood work
ReplyDeleteNice sir
ReplyDeletegood
ReplyDelete