Computer Science, asked by siddharthasingh15, 4 months ago

Java rogram to declare a number to a variable without the = sign​

Answers

Answered by mandeepkaurm2284
0

Answer:

public static void main( int n)

The method to assign an integer number in the variable without "=", instead of int n you can use whatever is as per the question.

Similar questions