Developer Aspirants
1.7K subscribers
5 photos
27 files
26 links
Don't post any links here
Download Telegram
Channel created
Core java
👍3
👍2
Guys the Correct o/p:-
public class Example {
public static void main(String[] args) { int a = 5; int b = 7; int result = a < 5 ? (b > 7 ? 1 : 2) : (b == 7 ? 3 : 4); System.out.println(result); } }
Anonymous Quiz
56%
3
23%
4
16%
5
5%
7
🖕1
Python:-

How do you insert Comments in python code?
Anonymous Quiz
38%
//this is a comment
16%
/* this is a comment*/
39%
#this is a comment
7%
<!--This a comment -->
2🖕1