Ask your own question, for FREE!
Computer Science 20 Online
OpenStudy (poopsiedoodle):

Complex equations in VB.NET @thomaster

OpenStudy (poopsiedoodle):

So, I'm doing this `Public Class Formulas` ` Dim pokemon As New Creature` ` Dim move As New Move` ` Dim enemy As New Enemy` ` Dim critchance As New Random` ` Dim C As Integer = critchance.Next(1, 2)` ` Dim rand As New Random` ` Dim R As Integer = rand.Next(217, 255)` ` Public Damage As Integer = ((((pokemon.Level * 0.4 * C) + 2) * pokemon.BaseAtk * move.Power / 50 / enemy.BaseDef) + 2) * move.Effective * R / 255)` `End Class` and, for Damage, it's telling me that there's an end of statement expected because of all the parentheses. How should I simplify the equation so that it stahps?

OpenStudy (poopsiedoodle):

@whpalmer4

OpenStudy (poopsiedoodle):

oops jk I didn't have enough (s at the beginning. Problem solved.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!