Question #244174

How to code “ (5 times the number n) added to 16 “


Expert's answer

You can use the following code in Python:

print('Input the number')
n = input()
print(5*n+16)

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS