Question: C# ONLY Math Mad Libs: In traditional Mad Libs, youre given a paragraph of text with blanks; you then fill in those blanks to create
C# ONLY
Math Mad Libs: In traditional Mad Libs, youre given a paragraph of text with blanks; you then fill in those blanks to create an amusing or silly story. In this program, we will do the same thing but with numbers! You will print out the following equation as a string literal: x + (y / z) * w = ? You will then prompt the user to enter one number at a time, replacing the variables from left to write with those numbers and printing the updated string to the screen. After the last number is entered, you will print the full equation with the solution replacing the ? question mark. A sample output from this program is as shown below, with user input in bold. Your programs output must match this format, but it should work for any valid user input. Save your source code in a file called Assignment1A
Please Post in C# only. Not C++ Not Java
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
