Want to build the ChatGPT based Apps? Start here
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
taks kamps
2.2k
39
5.2k
assigning i,j ,k to produce true, true and true
Nov 26 2018 2:28 PM
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));
}
}
}
Reply
Answers (
2
)
What are new things to learn after 3 Years Exp in C# .Net?
How to get value from sting array and use it ?