justice1385 justice1385
  • 03-03-2021
  • Computers and Technology
contestada

Write a program that accepts a whole number as
input, multiplies that number by 12, and then
outputs the product.

Respuesta :

60002135330 60002135330
  • 03-03-2021

This is for Python

number = int(input('Number: '))

number = number * 12

print(number)

Answer Link

Otras preguntas

what is 25% of 500.00
what is 25% of 500.00
what is 25% of 500.00
what is 25% of 500.00
what is 25% of 500.00
what is 25% of 500.00
what is 25% of 500.00
what is 25% of 500.00
what is 25% of 500.00
what is 25% of 500.00