TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
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
Forums
Monthly Leaders
Forum guidelines
taks kamps
NA
39
6.8k
output should be true,false im getting false, true
Nov 27 2018 9:05 AM
using System;
namespace HelloWorld
{
class Program
{
static void Main(string[] args)
{
int i, j, k;
i = 20;
j = 19;
k = 21;
Console.Write((i > j && j < k || i == j) + ", " + (i > j || j < k && i == j));
}
}
}
Reply
Answers (
3
)
boolean logic help?
state management techniques