Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Make the following programs using JavaScript

1- Output to screen Hello JavaScript

2- A=10. B=25,
Y1=A+B;
Y2= A*B;
Y3= B-A;
Y4= B/A;
Find Y1, Y2, Y3, Y4,
3- Insert your mark in JavaScript: <10 Fail, >=10 Pass use “If Condition”

4- Insert your mark in Software Engineering: Use “Case”


< 60 Fali
60 – 75: C
75 – 90: B
90 - 100: A

5- Insert and Add 10 Numbers.

You might also like