The source project of this merge request has been removed.
Changed mulitply file name
4 unresolved threads
4 unresolved threads
Merge request reports
Activity
Filter activity
@susheel.busi, this merge request should be opened against
develop
, notmaster
.- src/secondCommit/multiplyTwoNumbers_BUSI.m 0 → 100644
1 function c = multiplyTwoNumbers_myName(a, b) changed this line in version 4 of the diff
- src/secondCommit/multiplyTwoNumbers_BUSI.m 0 → 100644
1 function c = multiplyTwoNumbers_myName(a, b) 2 % multiplyTwoNumbers_myName(a, b) returns the product of a and b 3 4 c = a / b; changed this line in version 4 of the diff
- test/suite/test_BUSI.m 0 → 100644
1 % Test file 2 3 c = addTwoNumbers_myName(1, 2) changed this line in version 4 of the diff
- test/suite/test_BUSI.m 0 → 100644
1 % Test file 2 3 c = addTwoNumbers_myName(1, 2) 4 5 % test if the addition function works as expected 6 assert(c == 3) 7 8 % d = multiplyTwoNumbers_myName(c, c) changed this line in version 4 of the diff
Please register or sign in to reply