CONTENTS

 Syllabus Programs :    
            (a) Print the list.
            (b) Print the average of the elements in the list. 
            (c) Print the largest and smallest values in the list. 
            (d) Print the second largest and second smallest entries in the list
            (e) Print how many even numbers are in the list.
  • Write a program that asks the user for an integer and creates a list that consists of the factors of that integer. 
  • Stars Printing
Basic
Lists