What will be the output of the following program code? Knowledge Based Info. Netbeans Notepad Trick int m = 100; int n = 300; while (++m < --n); System.out.print(m+" " +n); Share this Share on FacebookTweet on TwitterPlus on Google+ Related PostsWhat will be the output of the following code snippet?Program to accept three integers and print the largest of the three.State the output of the following program?What will be the result of the following expression?Convert the following 'while loop' into its equivalent 'for loop' without altering the output of the program.What output does the below code fragment produce?
EmoticonEmoticon