How many times 'Shrigowri' will print 
Int count = 0;
do{
  System.out.println(“Shrigowri”);
  count++;
} while(count < 10);

Posted on by