#include <stdio.h> /* for input/output */

main() {

  printf("Lab Session 7, Question vI\n"); /* Display program header */
  
  

}

