15- Write a function that takes two positive integers as a parameter .The first integer is the number of heads and the second integer is the number of legs .We have a farm that consists of chickens and dogs .Your function must calculate and return the number of chickens and the number of dogs on the farm in a specified list as follows .If it is not possible to determine the correct number of chickens and dogs by the information given, then your function should not return any .Example 1, if your function received the following numbers: 5, 12 This means that someone counts a total of 5 heads and a total of 12 legs on the farm .Now, your function should calculate how many chickens and how many dogs are on the farm and return that information exactly like the list shown below. [4, 1] This means that there were 4 chickens and 1 dog on the farm. Example 2, if your function received the following numbers: 7, 12 So he has to return: None

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

please use python 

15- Write a function that takes two positive integers as a parameter .The first
integer is the number of heads and the second integer is the number of legs .We
have a farm that consists of chickens and dogs .Your function must calculate and
return the number of chickens and the number of dogs on the farm in a specified
list as follows .If it is not possible to determine the correct number of chickens and
dogs by the information given, then your function should not return any .Example
1, if your function received the following numbers:
5, 12
This means that someone counts a total of 5 heads and a total of 12 legs on the
farm .Now, your function should calculate how many chickens and how many
dogs are on the farm and return that information exactly like the list shown below.
[4, 1]
This means that there were 4 chickens and 1 dog on the farm.
Example 2, if your function received the following numbers:
7, 12
So he has to return:
None
Transcribed Image Text:15- Write a function that takes two positive integers as a parameter .The first integer is the number of heads and the second integer is the number of legs .We have a farm that consists of chickens and dogs .Your function must calculate and return the number of chickens and the number of dogs on the farm in a specified list as follows .If it is not possible to determine the correct number of chickens and dogs by the information given, then your function should not return any .Example 1, if your function received the following numbers: 5, 12 This means that someone counts a total of 5 heads and a total of 12 legs on the farm .Now, your function should calculate how many chickens and how many dogs are on the farm and return that information exactly like the list shown below. [4, 1] This means that there were 4 chickens and 1 dog on the farm. Example 2, if your function received the following numbers: 7, 12 So he has to return: None
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Introduction to computer system
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