In this question you need to write a program and execute it with the given input, the output of your code is the answer to this question and in the next question paste your code. Write a function...


python


In this question you need to write a program and<br>execute it with the given input, the output of your code<br>is the answer to this question and in the next question<br>paste your code.<br>Write a function GregorianConvíyear) that takes a<br>Islamic(Lunar) year, then returns the corresponding<br>Gregorian year.<br>You have to TEST that the input is a valid number in the<br>range of 1300 to the current year 1442.Year Gregorian =<br>(Year Muslim ) / 0.97 + 622,<br>Note: as the two calendars don't start from the same<br>month, year 2021 corresponds to the years 1442-1443 in<br>the Islamic calendar. So round your solution.<br>What will be the Gregorian year for the Islamic year<br>1320?<br>Answer:<br>

Extracted text: In this question you need to write a program and execute it with the given input, the output of your code is the answer to this question and in the next question paste your code. Write a function GregorianConvíyear) that takes a Islamic(Lunar) year, then returns the corresponding Gregorian year. You have to TEST that the input is a valid number in the range of 1300 to the current year 1442.Year Gregorian = (Year Muslim ) / 0.97 + 622, Note: as the two calendars don't start from the same month, year 2021 corresponds to the years 1442-1443 in the Islamic calendar. So round your solution. What will be the Gregorian year for the Islamic year 1320? Answer:

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here