Write the basic statements for the following statements
1-5
Attachments:
Answers
Answered by
2
1)Z=X+Y;
2)A=A+10;
3)String A="Abhinav";
4)C=A*B;
5)System.out.println("Abhinav"+""+"Rathore");
2)A=A+10;
3)String A="Abhinav";
4)C=A*B;
5)System.out.println("Abhinav"+""+"Rathore");
Similar questions