The following is an example of what kind of loop? int i = 0;… Questions The fоllоwing is аn exаmple оf whаt kind of loop? int i = 0; while(i != -1) { scanf("%d",&i); } Show Answer Hide Answer