<script>
var a = 5.5;
var b = 3.8;
var c = a + b;
document.write(c);
</script>