Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

shobanaannadurai
4,244 Points8 * (( 7 + 8) % 5 + 6 / 2)
Can any one help me on this
3 Answers

shobanaannadurai
4,244 PointsThe answer is 24, copy past 8 * (( 7 + 8) % 5 + 6 / 2) in Google search you can get exact same answer 24.

Michael Franco
464 PointsCalculate the following:
8 * 8 ( ( 7 + 8 ) % 5 + 6 / 2) =
- First you start with your inner most brackets ( 7 + 8 ) which equals 15.
- Then you calculate 15 % 5 which equals to 0.
- Work out 6 /2 = 3
- Add 0 to 3 = 3
- 8 *3 = 24
24 is the Answer.
therefore 8 * 8 ( ( 7 + 8 ) % 5 + 6 / 2) = 24
Hope that helps

shobanaannadurai
4,244 PointsThe answer is 192.

Michael Franco
464 PointsThe Answer is 24, if you would like to do your own research on it then may I suggest coping and pasting the equation on a Google search.
Thanks.