$('#inputboxadi').click(function(){var b=$("#say2").val();
var c = Number(a)+Number(b);
$("#sonuc").html(c);
})