Computer Science, asked by ansumanswain6415, 6 months ago

write java expression for store your admission number in a variable​

Answers

Answered by BrainlyProgrammer
1

Answer:

long ad=12345;

Or,

int ad=12345;

both are correct

Answered by anindyaadhikari13
1

Question:-

Write a java expression for store your admission number in a variable.

Answer:-

This is the required java expression,

int admission_number = 12345;

Similar questions