Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Working on your own, complete the following programming exercises. Please be sure to review the Programming Guidelines and Scoring Programming Guidelines and Scoring - Alternative

Working on your own, complete the following programming exercises. Please be sure to review the Programming Guidelines and Scoring Programming Guidelines and Scoring - Alternative Formats document before starting work on the assignment.
Write a program that prompts for the user's name and then greets the user by name. For example,
What's your name? Jim
Hello, Jim!
Write a program that calculates the total amount of a meal purchased at a restaurant. The program should ask the user to enter the charge for the food and then calculate the amount of an 20% tip and 5% meal tax. Display each of these amounts and the total.
Write a program that converts Fahrenheit temperatures to Celsius. The formula is given below.
C =(F -32)\times 59
The program should prompt the user to enter a temperature in Fahrenheit and then display the temperature converted to Celsius.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Intranet And Web Databases For Dummies

Authors: Paul Litwin

1st Edition

0764502212, 9780764502217

More Books

Students also viewed these Databases questions

Question

Write a Python program to check an input number is prime or not.

Answered: 1 week ago

Question

Write a program to check an input year is leap or not.

Answered: 1 week ago

Question

What is the most important part of any HCM Project Map and why?

Answered: 1 week ago