Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialella blue
2,252 Pointsquestion: Set the variable product to be a multiple of the variables a and b. my answer is c = a*b or ab = 12
question: Set the variable product to be a multiple of the variables a and b.
my answer is c = a*b or ab = 12
a = 6
b = 2
c = a * b
2 Answers
Ross Litzenberger
11,706 Pointstake a look at this form
https://teamtreehouse.com/forum/set-the-variable-product-to-be-a-multiple-of-the-variables-a-and-b
hopefully it help :)
ella blue
2,252 Pointsthanks
Ross Litzenberger
11,706 PointsRoss Litzenberger
11,706 PointsYes you are setting the correct variables . c = a * b