-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add subtract method "sub" in the class "Calculator" #6
Comments
penpaperkeycode
changed the title
Subtract function
Make subtract function to class calculator
Dec 29, 2018
penpaperkeycode
changed the title
Make subtract function to class calculator
Make subtract function
Dec 29, 2018
|
kdh0429
changed the title
Make subtract function
Add subtract function "subs" in calculator
Dec 29, 2018
kdh0429
changed the title
Add subtract function "subs" in calculator
Add subtract function "sub" in calculator
Dec 29, 2018
kdh0429
changed the title
Add subtract function "sub" in calculator
Add subtract method "sub" in the class "Calculator"
Dec 29, 2018
Master, please check our updates. |
Looks good. but you don't need to add 'print' line. |
We've deleted 'print' line. |
Good. I will make a feature branch for you now. |
@kdh0429 @IntelligenceDatum Please add the issue card in the project board (in progress setting) |
@kdh0429 @IntelligenceDatum I made a branch for you: feat/calculator/sub |
Please check our added issue card in the project board |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
implement an
sub
methodthe method receives two float inputs and output is subtraction result of first input to second input as float
implement a test for
sub
methodtest will be done on the implemented script
Example)
The text was updated successfully, but these errors were encountered: