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 trialAlicia Landesman
131 Pointsim 12 years old and im just trying to learn c# and this is killing my small brain ;-; any help?
help pls
using System;
class Program
{
// YOUR CODE HERE: Define a method named Multiply. Remember
// to use the "static" and "void" keywords: "static void
// Multiply" (without quotes). Multiply should take two
// "double" values as parameters.
static void Main(string[] args)
{
// YOUR CODE HERE:
// Call Multiply with two arguments: 2.5 and 2.
// YOUR CODE HERE:
// Call Multiply with two arguments: 6 and 7.
}
}
1 Answer
Mark Casavantes
2,880 PointsHello Alicia,
Don't be hard on yourself. You should be proud of yourself for what you are doing. Slow down, Google concepts you are having trouble with.
You can post questions in the Team Treehouse Community. https://teamtreehouse.com/library/posting-a-question
I wish you the very best. You are ahead of so many people. Keep up your good work!