• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[Evaluated] [Assignment] Week 1

Status
Not open for further replies.
:V
You were supposed to figure out the precedence using JASS Code, and you weren't supposed to touch the Core trigger, which is why I named the Category "Don't touch" :p

I expected something like this:

JASS:
set a = 5 / 5 * 4
set b = 5 * 8 / 40
set c = 4 + 4 / 5
set d = 5 - 5 * 4 / 6
// etc..

Just to print out the values so you can figure out how the operators run :v
 
Status
Not open for further replies.
Top