What type of loop


The following is what type of loop? 
Declare Integer n = 1
Declare Integer s = 0
Declare Integer number
Declare String keepGoing = "y"
While keepGoing == "y"
Display "Enter an integer."
Input number
Set s = s + number
Set n = n + 1
Display "Keep going? (Enter y or yes or n for no.)"
Input keepGoing
End While
(Points: 1)
count controlled pre-test 
count controlled post-test 
condition controlled pre-test 
condition controlled post-test  

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: What type of loop
Reference No:- TGS0139623

Expected delivery within 24 Hours