[Solved] I cant figure out why its returning those values
If you traduct your code in a more comprehensive form, maybe you should understand : Your code is equivalent of : public class OpCond { public static void main(String [] args) { int n = 10, p = 5, q = 10; //n = p = q = 5; n = 5; p =5; q=5; … Read more