given the following algorithm P<- 1K <- 1S <- 1Repeat K<-
given the following algorithm P<- 1K <- 1S <- 1Repeat K<- K*2P <- P + 1/KS<- S + 1Until S >= 4Output P By gracing the algorithm , copy and complete the following table Line P K S S>=4 OUTPUT 1 12 1 3