0

How do I solve this?

Int a=5, b=30, c=45; If (b++==++c) a=aƗa; a? ___ b? ___

22nd Nov 2019, 9:29 PM
Michelina Ashlley Rana
Michelina Ashlley Rana - avatar
2 Answers
+ 2
Remember that C# is case sensitive. That code would not compile. b was defined as int, but B was not defined.
23rd Nov 2019, 9:06 AM
Fernando Pozzetti
Fernando Pozzetti - avatar
+ 1
a is still 5 and B doesn’t exist?
22nd Nov 2019, 11:18 PM
AngryBlackSheep
AngryBlackSheep - avatar