package objects;
public class Objects {

String carrier="Zain JO";
String color="Black";
int battery=1;

public void ObjectsCon(int b){
battery=b;
}