7.)Write a fruitful function sum_to(n) that returns the sum of all integer numbers up to and including n. So sum_to(10) would be 1+2+3. ..+10 which would return the value 55. 8.)Write a function area_of_circle(r) which returns the area of a circle of radius r.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter15: Recursion
Section: Chapter Questions
Problem 8SA
icon
Related questions
Question
How do you do 7 and 8?
7:23 PM Sun Jan 30
7 0 © 24% O
Back
HowToThinkLikeAComputerScientist_LearningWithPython3_CSC_110.pdf
* (7.)Write a fruitful function sum_to(n) that returns the sum of all integer numbers up to and
including n. So sum_to(10) would be 1+2+3...+10 which would return the value 55.
8.)Write a function area_of_circle(r) which returns the area of a circle of radius r.
9. Write a non-fruitful function to draw a star, where the length of each side is 100 units. (Hint:
You should turn the turtle by 144 degrees at each point.)
10. Extend your program above. Draw five stars, but between each, pick up the pen, move forward
by 350 units, turn right by 144, put the pen down, and draw the next star. You'll get something
like this:
enbookproject.net/thinkcs/python/english3e/functions.html[1/4/2012 9:37:06 PM]
ons – How to Think Like a Computer Scientist: Learning with Python 3
Dashboard
Calendar
To Do
Notifications
M Inbox
Transcribed Image Text:7:23 PM Sun Jan 30 7 0 © 24% O Back HowToThinkLikeAComputerScientist_LearningWithPython3_CSC_110.pdf * (7.)Write a fruitful function sum_to(n) that returns the sum of all integer numbers up to and including n. So sum_to(10) would be 1+2+3...+10 which would return the value 55. 8.)Write a function area_of_circle(r) which returns the area of a circle of radius r. 9. Write a non-fruitful function to draw a star, where the length of each side is 100 units. (Hint: You should turn the turtle by 144 degrees at each point.) 10. Extend your program above. Draw five stars, but between each, pick up the pen, move forward by 350 units, turn right by 144, put the pen down, and draw the next star. You'll get something like this: enbookproject.net/thinkcs/python/english3e/functions.html[1/4/2012 9:37:06 PM] ons – How to Think Like a Computer Scientist: Learning with Python 3 Dashboard Calendar To Do Notifications M Inbox
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 3 images

Blurred answer
Knowledge Booster
Types of Function
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++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr