Quick Writer
Welcome to Questions & Answers on Math, Physics, Chemistry, History and more, where you can ask questions and receive answers from other members of the community.

Aid with variables, plz!

starting variables are given as follows:

var x = 5;

var y = 11;

var z = 4;

the output should be:

x = 2

y = 6

z = 8

Only assignment (=) and arithmetic operators (+ - * /) should be used.

Plz, help me with the question!
asked Aug 10, 2017 in PHP by Nort

Please log in or register to answer this question.

...