i need help in c++ visual studio 2013? please, do not bother if you cant help. thank you!

profileAziz-132
engr2230homework3.pdf

© Dr. Liang Hong

ENGR 2230 – ENGINEERING PROGRAMMING (Fall 2015)

Homework 3

Due – October 5, 2015

All homework assignments should follow the homework format and requirements. All homework

assignments must be submitted on time and in class only.

1. Textbook page 135, Problems 2 (if false, explain why)

2. Textbook page 135, Problems 3 (if false, explain why)

3. Textbook page 136, Problems 8

4. Textbook page 136, Problems 10

5. Textbook page 93, Problems 41 (use the five-step problem solving methodology) Hint: In cmath, the function for )(log x

e is log(x). Moreover, the functions in

cmath assume that the type of all arguments is double. So in your code,

)2(log e

should be written as log(2.0)

6. Write a program to compare two numbers input by the user (use the five-step problem solving methodology)

Sample results:

Page 1 of 1