My code is not working. Please help !
- using System;
- namespace HelloWorld
- {
- class Program
- {
- static void Main(string[] args)
- {
- int i, j, k;
- bool a =
- Console.Write((i > j) + ", " + (j < k) + ", " + (j > k - i));
- }
- }
- }
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sreekanth ReddyPosted Nov 26, 2018, 10:40 PM
Ehsan SajjadPosted Nov 27, 2018, 1:06 AM