Computer Science, asked by swastikaroy32, 5 hours ago

write a Java program to print address of your house​

Answers

Answered by Ꮪαɾα
1

class address

                     {

                      // fn to display address of a house

                          void displayAdress ()

                      {

                        System.out.println (" address")

                      }

                      }

Similar questions