Introduction To Programming Write a program that asks a user for their name. Output a greeting for the user that has the string, "Hi, ", then the entered name, and then the string, ". How are you?".
The List of Input Variables:
The List of Output Variables:
The Process Checklist:
// PART 1: YOUR CODE STARTS AFTER THIS LINE:
Write a program that asks a user for 3 numbers. Multiply the first number by the second number and divide the result by the third number. Display the three numbers, and the result of the calculation, on the page.
The List of Input Variables:
The List of Output Variables:
The Process Checklist:
// PART 2: YOUR CODE STARTS AFTER THIS LINE: