Skip to main content

Posts

Iwd only 8 pdf 😉(👈 click seiyavum)

 demonstrate the calculator program. Program : <html> <body> <script> const operator = prompt('Enter operator to perfome the calculation(either+,-,* or/):');  const number1 = parseFloat(prompt('Enter the first number:'));  const number2 = parseFloat(prompt('Enter the second number:'));  let result;  if(operator =='+') { result = number1+number2; } else if(operator =='-') { result = number1-number2; } else if(operator =='*') { result = number1*number2; } else { result=number1/number2; } window.alert("Result is"+result); </script> </body> </html> OUTPUT : Result : The given program is executed successfully. Ex no : 2 Date : FACTORIAL Aim: To demonstrate the factorial program. Program : <html> <body style="text align:center;font-size:20px;"> <h1>welcome to department of BCA</h1> <h1>FACTORIAL NUMBER</h1> enter the num...

IWD pratical full pdf (padika mattum use pannvum 😏)

S.NO DATE PROGRAM NAME PAGE NO SIGNATURE  1   Calculator   2 Factorial   3 Fibonacci Series   4 Prime Number   5 Semantics   6 Different Styles   7 Validation   8 Adding Multimedia   9 Formatting Tag   10 Style Sheet   11 Table Tag   12 Links   13 Input Controls   14 Sum Of Digits   15 Number Of Words   16 Image Maps   Ex no : 1 Date :          CALCULATOR   Aim:  To demonstrate the calculator program.  Program :  <html>  <body> <script>  const operator = prompt('Enter operator to perfome the calculation(either+,-,* or/):'); const number1 = parseFloat(prompt('Enter the first number:')); const number2 = parseFloat(prompt('Ent...

msl lab

  SYEDAMMALARTSANDSCIENCECOLLEGE   DEPARTMENTOFINFORMATIONTECHNOLOGY   (AffiliatedtoAlagappa University)   (NAACAccredited with BGrade)           Certified a bonafide record of practical work done on   23BCEAP3 – MARKUP   AND SCRIPTING LANGUAGE LAB by                                                                 Reg.No.________________    Of   B.Sc.(InformationTechnology) –Iyear during    II Semester   APRIL-2025.               Head of the Department   ...