Write a program that uses input to promt a user for their name and then welcomes them
Answers
Answered by
0
Answer:
Hey this is in python...
name = input("Enter your name: ")
print("Hi " + name)
print("Welcome to the program.")
# HOPE THIS HELPS!!
Answered by
1
Answer:
name = input('Enter your name:')
print ('Hello'), name.
hours = float(input('Enter Hours:'))
rate = float(input('Enter Rate:'))
pay = hours * rate.
print ('Pay ='), pay.
celsius = float(input('Enter degrees in Celsius:'))
Similar questions
Science,
2 months ago
Chemistry,
2 months ago
World Languages,
4 months ago
Science,
4 months ago
Social Sciences,
11 months ago
Math,
11 months ago