Write a program that prompt the user to enter two integer numbers x and w, then it outputs the value of F(x,w) where F(x,w) = x+wx², F(x,w) = x! - 2w + 7, when x ≥ 0 x! is the factorial of x which is defined by O! =1, x!= 1*2*3*....*x if x >= 1. when x<0 Run your program for (x=4, w= −8) (x=0, w=35) and (x= -30, w=1)

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter5: Control Structures Ii (repetition)
Section: Chapter Questions
Problem 14PE
icon
Related questions
Question
Please answer this question fast
Write a program that prompt the user to
enter two integer numbers x and w, then
it outputs the value of F(x,w) where
when
F(x,W) = x+wx²,
F(x,w) = x! - 2w + 7, when
x ≥ 0
x! is the factorial of x which is defined by
O! =1, x!= 1*2*3*....*x if x >= 1.
x<0
Run your program for (x=4, w= −8) (x=0,
w=35) and (x= -30, w=1)
Transcribed Image Text:Write a program that prompt the user to enter two integer numbers x and w, then it outputs the value of F(x,w) where when F(x,W) = x+wx², F(x,w) = x! - 2w + 7, when x ≥ 0 x! is the factorial of x which is defined by O! =1, x!= 1*2*3*....*x if x >= 1. x<0 Run your program for (x=4, w= −8) (x=0, w=35) and (x= -30, w=1)
Expert Solution
steps

Step by step

Solved in 2 steps with 4 images

Blurred answer
Knowledge Booster
Constants and Variables
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning