orangeloverc orangeloverc 27-01-2021 Computers and Technology contestada rewrite the following program segment using a while loop instead of a for loop.for(i=0;i<100;i++){ if (i%2===0){ print (i) }}