Skip to content
Snippets Groups Projects

Changed mulitply file name

Closed Susheel Busi requested to merge (removed):multiply-2-numbers into develop
4 unresolved threads

Merge request reports

Approval is optional

Closed by Susheel BusiSusheel Busi 6 years ago (Jan 25, 2019 11:44am UTC)

Merge details

  • The changes were not merged into develop.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1 function c = multiplyTwoNumbers_myName(a, b)
  • 1 function c = multiplyTwoNumbers_myName(a, b)
    2 % multiplyTwoNumbers_myName(a, b) returns the product of a and b
    3
    4 c = a / b;
  • 1 % Test file
    2
    3 c = addTwoNumbers_myName(1, 2)
  • 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)
  • closed

  • reopened

  • You also have to include the function addTwoNumbers_BUSI. And it seems like you didn't branch off from develop...

  • Perfect. Can I start all over again? Sorry for the trouble!

  • Sure yeah! Practice as much as you want :smile:

  • Thank you!

  • closed

  • Please register or sign in to reply
    Loading