Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

PROGRAMMING ENGINER C++, Please help me to write the code for this problem. Thanks Problem 1. Paste the code provided below into Excel, and expand

PROGRAMMING ENGINER C++, Please help me to write the code for this problem. Thanks

Problem 1. Paste the code provided below into Excel, and expand and enhance the program. Enhance this code by adding at least 8 decimals to the constants. Also, add the other constants shown in the comments sections by expanding the If statement with more ElseIf conditions. Paste your updated code into this document. Do not paste a screenshot.

Function Constant(x)

'this function is for returning values for common constants.

'The inputs are text, the output is a number

'input pi gives output 3.141...,

'input e gives output 2.718...,

'input phi gives output golden ratio 1.618...,

'input gam gives output gamma 0.577...,

'input c gives output the speed of light 2.998 x 10^8,

'input G gives output gravitational constant.

If x = "pi" Then

Constant = 3.141

ElseIf x = "e" Then

Constant = 2.718

Else

Constant = "No constant"

End If

End Function

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

Essentials of Database Management

Authors: Jeffrey A. Hoffer, Heikki Topi, Ramesh Venkataraman

1st edition

133405680, 9780133547702 , 978-0133405682

More Books

Students also viewed these Databases questions

Question

Define induction and what are its objectives ?

Answered: 1 week ago

Question

Discuss the techniques of job analysis.

Answered: 1 week ago

Question

How do we do subnetting in IPv6?Explain with a suitable example.

Answered: 1 week ago

Question

Explain the guideline for job description.

Answered: 1 week ago

Question

What is job description ? State the uses of job description.

Answered: 1 week ago

Question

(2) How much recognition do people gain for doing a good job?

Answered: 1 week ago

Question

What do they not do so well?

Answered: 1 week ago