PROGRAM A: APROGRAM.py This program should use a main function and two other functions named playlist and savelist as follows: The main function: The main function should create an empty list and then use a loop to add ten integers to the list, each in the range from 10-90. These integers will represent angles measured in degrees. main should then call playlist and savelist, in that order. Both of these functions take the list as a sole argument. The playlist function: playlist should use a loop to display the elements of the list, all on one line separated by a single space. playlist should also determine and print the number and sum of the even numbers and the number and sum of the odd numbers. The savelist function: save list should sort the list and write each element to a text file named AB.txt, each element on its own line. PROGRAM B: BPROGRAM.py This program should read the angles from AB.txt and generate a table showing the trigonometric ratios sine, cosine, and tangent of the angles. The ratios should be displayed in formatted columns accurate to 5 decimal places as shown in the sample output below. SAMPLE OUTPUT: Here are the angles in degrees: 23 85 31 55 42 85 72 33 39 20 3 even angles total to 134 7 odd angles total to 351 List of angles was written to file. End of program A. Angle Sine Cosine Tangent 20 0.34202 0.93969 0.36397 23 0.39073 0.92050 0.42447 31 0.51504 0.85717 0.60086 33 0.54464 0.83867 0.64941 39 0.62932 0.77715 0.80978 42 0.66913 0.74314 0.90040 55 0.81915 0.57358 1.42815 72 0.95106 0.30902 3.07768 85 0.99619 0.08716 11.43005 85 0.99619 0.08716 11.43005 End of program B.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter7: Arrays
Section7.5: Case Studies
Problem 3E
icon
Related questions
Question
PROGRAM A: APROGRAM.py This program should use a main function and two other functions named playlist and savelist as follows: The main function: The main function should create an empty list and then use a loop to add ten integers to the list, each in the range from 10-90. These integers will represent angles measured in degrees. main should then call playlist and savelist, in that order. Both of these functions take the list as a sole argument. The playlist function: playlist should use a loop to display the elements of the list, all on one line separated by a single space. playlist should also determine and print the number and sum of the even numbers and the number and sum of the odd numbers. The savelist function: save list should sort the list and write each element to a text file named AB.txt, each element on its own line. PROGRAM B: BPROGRAM.py This program should read the angles from AB.txt and generate a table showing the trigonometric ratios sine, cosine, and tangent of the angles. The ratios should be displayed in formatted columns accurate to 5 decimal places as shown in the sample output below. SAMPLE OUTPUT: Here are the angles in degrees: 23 85 31 55 42 85 72 33 39 20 3 even angles total to 134 7 odd angles total to 351 List of angles was written to file. End of program A. Angle Sine Cosine Tangent 20 0.34202 0.93969 0.36397 23 0.39073 0.92050 0.42447 31 0.51504 0.85717 0.60086 33 0.54464 0.83867 0.64941 39 0.62932 0.77715 0.80978 42 0.66913 0.74314 0.90040 55 0.81915 0.57358 1.42815 72 0.95106 0.30902 3.07768 85 0.99619 0.08716 11.43005 85 0.99619 0.08716 11.43005 End of program B.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 6 images

Blurred answer
Knowledge Booster
Array
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning