Computer Science, asked by sidharthkannan2009, 1 month ago

how to make a working calculator in c++

Answers

Answered by crankybirds30
0

Answer:

"Create a C++ Application

Go to File → New → Project in Visual Studio. The New Project window will open.

On the left sidebar, make sure Visual C++ is selected. Click on Windows Console Application.

At the bottom, name the new project “CalculatorTutorial”, then click OK. ... This will create an empty C++ Windows Console Application. Console applications execute instructions and use a Windows terminal window to display output and accept user input

In your CalculatorTutorial.'

Answered by 3xclusive
0

Explanation:

Answer:

"Create a C++ Application

Go to File → New → Project in Visual Studio. The New Project window will open.

On the left sidebar, make sure Visual C++ is selected. Click on Windows Console Application.

At the bottom, name the new project “CalculatorTutorial”, then click OK. ... This will create an empty C++ Windows Console Application. Console applications execute instructions and use a Windows terminal window to display output and accept user input

In your CalculatorTutorial.'

Similar questions
Chemistry, 9 months ago