Write a program in the Java to print your name and age
Answers
Answered by
0
Explanation:
create a string array of size 2 and name it "my name" and index 0 write your name index 1 write family name and then print on the screen:my name is (index zero of the array) (index of the array)
THANK YOU
Similar questions