Computer Science, asked by dixshajain, 1 year ago

Write the basic statements for the following statements
1-5

Attachments:

Answers

Answered by GeN21
2
1)Z=X+Y;
2)A=A+10;
3)String A="Abhinav";
4)C=A*B;
5)System.out.println("Abhinav"+""+"Rathore");
Similar questions