Answer:
gcd method
Explanation:
Given
The code snippet
Required
Which method completes the code
To return the gcd of numbers, simply use the gcd method.
So: the complete code is;
<em>import math</em>
<em>math.gcd(14,35)</em>
Smart Watches are taking over normal watches. They are getting WAYYY cheaper. There is one for about $14
The only one that would make sense in for this is C
Answer- C
Answer:
The correct options are;
The code is easy to test and debug
It creates programs made of modules that can be called when needed
It uses logic flow
The code is easier to follow
The code is easier to modify
Explanation:
The approach of structural programming is one such that the problem is well understood and the solution is economical
Features of structural programming includes;
- Error debugging are facilitated by structural programs and as such testing to debug
- Structural program creates program modules that are reusable
- Structural programs can be easily modified hence maintained
- Structural program emphasizes on logic
- The structural program code is easily read and understood, and therefore, it is easier to follow