Praveen Ranjan

Greenhorn
+ Follow
since Feb 21, 2017
Praveen likes ...
Java
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
1
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Praveen Ranjan

webpage
visit this page to learn basics of Nested loops.
6 years ago
OH!!! I was not paying enough attention.
That helps.
Thank you fred.
7 years ago
Which of the following Java operators can be used with Boolean variables? (Choose all that apply)
A. ==
B. +
C. --
D. !
E. %
F. <=

Ans.(according to book) : A , D

My question is why option 'F' is not correct?
Can't we use Boolean expressions using Relational Operators?

If i execute the following code the output is true.



Please tell me if i am wrong or am i overlooking some concepts or its a mistake made in the book ?
7 years ago


my question is this ...

Why the output is "Deer Reindeer-Age, false"  not    " Reindeer-Age Deer, false.

please Explain!
7 years ago