1.

Which of the following varible name is in correct.the options are sum, intrest-paid , paid, roll

Answer» ONG>Answer:

all of them.

Explaination

Variable NAMES can be as BIG as you want but they're USUALLY single letters and small word.

example:

int sum=100;

OR

int s=100;

This is for Java by the way.

I hope this will help.



Discussion

No Comment Found