public class test4 {
  public static void main(String argv[]) {
    int a = 56; int c= 89; int d =90;
	a = c + d;
        a = c+d *d -90;
}
}
