What will be the output of the following program?public class Test {  public static void main(String[] args) {      int count = 1;      while (count  - Study24x7
Social learning Network
14 Feb 2024 10:26 AM study24x7 study24x7

What will be the output of the following program?
public class Test {
  public static void main(String[] args) {
      int count = 1;
      whi...

See more

A

15 times ***

B

15 times +++++

C

8 times *** and 7 times +++++

D

Both will print only once

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles