Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

How would you explain the thought process of this code. It's to determine the greatest common divisitor of two numbers. M= int(input(Det frsta talet r:))

image text in transcribed

How would you explain the thought process of this code. It's to determine the greatest common divisitor of two numbers.

M= int(input("Det frsta talet r:")) N=int( input("Det andra talet r: ")) R=M%N while R : M=NN=RR=M%Nprint(SGD:,N) input("Press enter to exit")

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

differentiate the function ( x + 1 ) / ( x ^ 3 + x - 6 )

Answered: 1 week ago

Question

3. Is it a topic that your audience will find worthwhile?

Answered: 1 week ago

Question

2. Does the topic meet the criteria specified in the assignment?

Answered: 1 week ago