click here to view 10th english medium science don guide click here to view 10th don english medium social guide click here to view maths english medium don guide
<! DOCTYPE html > < html lang = "en" > < head > < meta charset = "UTF-8" > < meta http-equiv = "X-UA-Compatible" content = "IE=edge" > < meta name = "viewport" content = "width=device-width, initial-scale=1.0" > < title > Document </ title > </ head > < body > < script > x = 1 ; y = 2 ; alert(x+y); alert(x-y); alert(x*y); alert(x/y); alert(x%y); </ script > </ body > </ html >
Comments
Post a Comment