Question: Python 3 is what it would be coded in. Thanks Develop an algorithm to accept two non-negative numbers and return true if they are both

 Python 3 is what it would be coded in. Thanks Develop

Python 3 is what it would be coded in. Thanks

Develop an algorithm to accept two non-negative numbers and return true if they are both divisible by three (3). Remember that the "mod" operator computes remainders, so 153 is zero (0) Example test scenarios: Scenario 1: x = 17, y = 18 algorithm should print False Scenario 2: x=81, y = 18 algorithm should print True NOTE: Type your algorithm in your Word document

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!