Design the GUI

The First Step is designing the GUI

TechKid
Follow Us
Latest posts by TechKid (see all)
Back to top button
<script> var x=5; var y=10; var sum=x+y; document.write(sum); </script>