Question: Produce a software as shown below. ( Only use C Language, other languages are not acceptable ) Enter First Number : Enter Second Number :

Produce a software as shown below.
( Only use C Language, other languages are not acceptable )
Enter First Number :
Enter Second Number :
Option
1. Exit Software
2. Addition
3. Multiplication
4. Alert
Explanation of the software :
- When the user choose "Exit Software", the statement "Exited the Software" would be printed out
- When the user choose "Addition", the software would add the first number with the second number and the answer would be printed out
- When the user choose "Multiplication", the software would multiply the first number with the second number and the answer would be printed out
- When the user choose "Alert", the word "Alert" would be printed out 7 times (use the command for)
This mid term has 3 parts. For the first part, write down the source code for the software shown above. For the second part, draw the flowchart to represent the software above. For the third part, explain each and every components / commands of the source code.

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 Programming Questions!