package com.example.exercise_1; public class MyContacts { String name; String phone; int id; public MyContacts (String name , String phone , int id