Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

please help with this in c++ 1. Create a variable to hold the date, ask the user for it and store it in the created

please help with this in c++
image text in transcribed
1. Create a variable to hold the date, ask the user for it and store it in the created variable called DATE. 2. Ask the user for the temperature in Celsius, store the result in a variable called CELSIUS. Use the formula (9/5)CELSIUS+32 to get the Fahrenheit temperature and store is in a variable called FAHRENHEIT. 3. Find the value of 28 and store it in a variable called POWERTEST. 4. Let test 1=97 and test2 =90.102 and find the average, store it in a variable called AVERAGE, output it correctly to two decimal places. 5. If A=4 and B=3 use the formula to find C (the hypotenuse of the triangle). 6. Ask the user for their full name: store it in a variable called FULLNAME. 7. Ask the user for their name and age, output their name and age in one line. 8. Ask the user for their favorite letter, output one letter past that (so if they tell you ' b ', you should output ' c ')

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

Databases On The Web Designing And Programming For Network Access

Authors: Patricia Ju

1st Edition

1558515100, 978-1558515109

More Books

Students also viewed these Databases questions