Computer Science, asked by ankitgupta15843, 5 months ago

What will be the output

public class Main {

public static void main(String[] args)

{

           int $ = 5;

}

}

Answers

Answered by BitraDurgaSri
0

Answer:

5 will be the output for the above question

Answered by utkarshupadhyay06
5

Answer:

Hello

Explanation:

There will be no output because u have only declared a variable not printed something

Similar questions