- 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
đ