Question: programming C++ 15. Write a program that asks the user for two floating point numbers (say a and b ) and prints out the value

programming C++
programming C++ 15. Write a program that asks the user for two

15. Write a program that asks the user for two floating point numbers (say a and b ) and prints out the value of (a+b) squared A. Example i. Input - Please enter first number: 7.9 - Please enter second number: 2.1 ii. Output - Square of (7.9+2.1) is 100 16. Write a program that asks the user for two floating point numbers (say a and b ) and prints out the value of (a3+b3+3a2y+3ab2) A. Example i. Input - Please enter first number: 7.9 - Please enter second number: 2.1 ii. Output - Result: 1000 17. Write a program that takes an integer number prints the square of the number. A. Example i. Input - Please enter number: 8 ii. Output - Square of 8 is 64

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!