#include int main(){ /*variable declaration*/ int i=0; int list[5]; int entry_number=0; int limit=10; /*fill up list up to the brim*/ for(i=0;i