subject
Computers and Technology, 02.12.2020 01:00 JPU

50 POINTS FOR PYTHON CODING Use an appropriate data structure to read in at least 10 integers from the user.
Perform a variety of mathematical operations on the numbers, and print the results of the following:
All the prime numbers
The greatest common divisor between the first and second number
Square of the 3rd number
Square root of the 8th number
The absolute value of the 10th number
Ask the user to input a decimal, round it to 2 decimal places, and then overwrite the 4th number in the list.
Change the 6th number to be the result of the following expression:
The 5th number times the 3rd number divided by the 1st number (use integer division), all added to the 7th number.

Use your new numbers to create a line chart using Pygal. Save the chart to a file called U7activity. svg. (Hint: instead of using pygal. HorizontalBar(), use pygal. Line(). You only need three lines of code to create this line chart with your list data.)
(If you are unable to get your program to work correctly, you may also submit a paragraph for partial credit explaining what the problem is and how you think it could be fixed.)

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 18:10
In mathematics and computer science, a set is a collection in which order does not matter and there are no duplicates. in this problem, we are going to to define a class which wil allow us to create an object to represent a set of integers. you will write a program set.java to define the class set. each instance of the class set will be an object representing a set of integers.
Answers: 3
question
Computers and Technology, 22.06.2019 10:30
You are almost finished updating a web site. as part of the update, you have converted all pages from html 4.0 to html5. the project is currently on schedule. however, your project manager has been asked by the marketing team manager to justify a day of time spent validating the site's html5 pages. the marketing team manager does not have technical knowledge of the internet or the web. which is the most appropriate explanation to provide to the marketing team manager?
Answers: 1
question
Computers and Technology, 22.06.2019 10:50
Write a 3-4 page apa formatted paper comparing your organization’s it strategy with the best practices outlined in your course text. content should include, but not be limited to: developing and delivering on the it value, developing it strategy for the business value and linking it to business metrics. your paper should include an abstract and a conclusion and a reference page with 3-5 references
Answers: 1
question
Computers and Technology, 23.06.2019 01:50
Create a class named majors that includes an enumeration for the six majors offered by a college as follows: acc, chem, cis, eng, his, phys. display the enumeration values for the user, then prompt the user to enter a major. display the college division in which the major falls. acc and cis are in the business division, chem and phys are in the science division, and eng and his are in the humanities division. save the file as majors.java.
Answers: 2
You know the right answer?
50 POINTS FOR PYTHON CODING Use an appropriate data structure to read in at least 10 integers from...
Questions
question
Mathematics, 09.09.2019 17:10
Questions on the website: 13722360