Create a Python program that can compute for the compatibility of two zodiac signs. Follow the algorithm to calculate the compatibility of the Zodiac Signs. (1) Ask the user for signs. (2) From the...


Create a Python program that can compute for the compatibility of two zodiac signs. Follow the algorithm to calculate the compatibility of the Zodiac Signs.
(1) Ask the user for signs.
(2) From the zodiac signs, count the number of P's, A's, I's, R's and S's from each input.
For example, for the signs Aquarius and Taurus, the values are:
P - 0
A - 3
I - 1
R - 2
S - 2


(3) Add two numbers at a time until you end with 2 digits as shown in the following: (attached image)
Note: When adding the numbers, remove the tens digit and only add the ones digit. For the final percentage, only get the ones values.
(4) Display the percentage.



4<br>| -<br>44<br>ス-24<br>2.<br>

Extracted text: 4 | - 44 ス-24 2.

Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here