9514 1404 393
Answer:
13/80
Explanation:
The product is ...
(1 3/10)×(1/8) = (13/10)×(1/8) = (13×1)/(10×8) = 13/80
Answer:
The best saw for cutting miter joints is the backsaw.
Add-on:
i hope this helped at all.
Using the knowledge of computational language in python it is possible to write a code that writes a list and defines the arrange.
<h3>Writing code in python:</h3>
<em>def isSorted(lyst):</em>
<em>if len(lyst) >= 0 and len(lyst) < 2:</em>
<em>return True</em>
<em>else:</em>
<em>for i in range(len(lyst)-1):</em>
<em>if lyst[i] > lyst[i+1]:</em>
<em>return False</em>
<em>return True</em>
<em>def main():</em>
<em>lyst = []</em>
<em>print(isSorted(lyst))</em>
<em>lyst = [1]</em>
<em>print(isSorted(lyst))</em>
<em>lyst = list(range(10))</em>
<em>print(isSorted(lyst))</em>
<em>lyst[9] = 3</em>
<em>print(isSorted(lyst))</em>
<em>main()</em>
See more about python at brainly.com/question/18502436
#SPJ1
Answer:
That's a really nice question sadly I don't know the answer I'm replying to you cuz I'm tryna get points so... Sorry
Answer:
View Image
Explanation:
Initialize your variable as a float or double since you're going to be using fractions in your answer.
User scanf() to get user input.
Print out the sum, product, quotient, and difference between the two numbers.