give following declaration inta=0 b=1 c= 1
Answers
Answered by
0
Answer:
public class Declare
{
public static void main()
{
int a= 0;
int b = 1;
int c = 1;
}
}
Hope this helps....
If it does , kindly mark it as brainliest,
Thank you.
Similar questions