Answer:
`I wrote a quick script in Python, to get you started a little basic and doesn't cover much but it works
Explanation:
starting off x = input(...) and y = input(...) is simply grabbing the input from the users then I make a base array vals defined like:
vals = []
to store the calculated results
rx = int(x) and ry = int(y), are simply converting the x, y which are strings into a int type, so I can use them on this line:
for i in range(rx, (ry + 1)):
I added the + 1 to ry because the range ends at the number before Y, example:
for i in range(5, 8):
print(i) -> 5,6,7
with all of that I simply ran an iteration <em>for loop</em> and calculated and store the results into vals presented here:
vals.append(i / 2)
If there's any confusion leave a comment I'll try my best to help out
Is this even a real question-?
<span>c. return a pointer to the first appearance of c appearing inside s and nullptr (0) if c does not appear inside s.</span>
The answer & explanation for this question is given in the attachment below.
The Wrap Text menu.
The positioning of text in Word is sometimes not lined up with the inserted picture. By default, when you insert an image or a picture, its layout is set to inline with text. To change that, double click on the picture and then click the Wrap Text option. A number of options will pop up with text graphics.