hashamyounis9 / cool-project

This repo is created to educate about Open-Source contribution workflow. This is a mock repository with simple code focusing on teaching the GitHub workflow for Open-Source Contributions. The repo contains mock issues to work upon and create PRs.
0 stars 0 forks source link

Subtract two numbers #2

Open hashamyounis9 opened 2 hours ago

hashamyounis9 commented 2 hours ago

We have the code to add two numbers, but we also want to add the functionality to subtract two numbers. Add the code to subtract the numbers.

hashamyounis9 commented 2 hours ago

Do we need to ask the user first what operation they want to perform i.e add or subtract etc?