Observe the following coding in Java and find how many times will "Tik Tik" printed??
for(int i=150; i<151;i=300-i);System.out.println("Tik Tok");
# Log on to comprogzz.in for more such java programming
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The code has Tik Tok and not Tik Tik.Therefore the answer is 0.