Java rogram to declare a number to a variable without the = sign
Answers
Answered by
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