How many times will "sookshmas "be printed.

Int count = 0; 
do{
 System.out.println("sookshmas");
 count++;
 } 
while(count < 10);

Posted on by