Computer Science, asked by SHASWATIH9666, 1 year ago

What is the code of creating a calculator in c++?

Answers

Answered by dolly8047
4
1.Create source file

2.Declare Headers

3.Create main

4.Create variable

5.Get values for num1 and num2

6.Get operater for opr


7.Create output statement

8.Declare case '+'

9.Declare case '_'

10.Declare case ' * '

11.Declare case '/'

12.Add a default statement

13.Run the programme

HERE IS YOUR FINAL CODE


hope it helps you


Attachments:
Similar questions