- 1
need help with logical expressions!!!
int x=1,y=0,z=2; what is the correct outoput for each of the following? (x>x)&&(z==1) (x+1)==z !z (z!=x)||y (y<x)&&(x<z) (z!=z)||(x>=x) (y+1)&&(x<=1)
4 Answers
+ 5
Can you please use an appropriate tag for the programming language? Thanks!
BTW, your post looks like a homework?
+ 5
Ų¶ŲŁ .
Follow these steps
⢠Go to Google
⢠Tap the search bar
⢠Type "how do logical operations work in
C#"
⢠Press enter
That's it! š£š„
Or
Try finishing this lesson!
https://www.sololearn.com/learn/CSharp/2598/?ref=app
0
sure, yes it is homework, i am not really into programming š but it required to pass my coures
0
š