SlideShare a Scribd company logo
JavaScript Calculator

     <html>

 1. <head>
 2.
 3. <title>Simple Javascript Calculator - Basic Arithmetic Operations</title>
 4.
 5. <!--
      Aim: Write HTML Code Using JavaScript Functions To Perform Basic Arithmetic Oper
     ations. -->
 6. <!-- 1. Take Two numbers from user say 'Number 1' and 'Number 2'. -->
 7. <!-- 2. Perform Addition, Subtraction, Multiplication, Division and Modulus. -->
 8. <!--
      3. Result must be displayed on same HTML Page when respective button is clicked. -->
 9. <!-- 4. Use <input> tag (HTML Forms Concept) with onclick.-->
 10. <!-- 5. Call individual Javascript Function, put them inside <head> tag only.-->
 11. <!-- 6. Javascript Tutorial/Code For Computer Science Students. -->
 12. <!-- 7. Tested and Written By (c) Gaurav Akrani. -->
 13.
 14. <script language="javascript" type="text/javascript">
 15. function multiply(){
 16. a=Number(document.calculator.number1.value);
 17. b=Number(document.calculator.number2.value);
 18. c=a*b;
 19. document.calculator.total.value=c;
 20. }
 21. </script>
 22.
 23. <script language="javascript" type="text/javascript">
 24. function addition(){
 25. a=Number(document.calculator.number1.value);
 26. b=Number(document.calculator.number2.value);
 27. c=a+b;
 28. document.calculator.total.value=c;
 29. }
 30. </script>
 31.
 32. <script language="javascript" type="text/javascript">
 33. function subtraction(){
 34. a=Number(document.calculator.number1.value);
35. b=Number(document.calculator.number2.value);
36. c=a-b;
37. document.calculator.total.value=c;
38. }
39. </script>
40.
41. <script language="javascript" type="text/javascript">
42. function division(){
43. a=Number(document.calculator.number1.value);
44. b=Number(document.calculator.number2.value);
45. c=a/b;
46. document.calculator.total.value=c;
47. }
48. </script>
49.
50. <script language="javascript" type="text/javascript">
51. function modulus(){
52. a=Number(document.calculator.number1.value);
53. b=Number(document.calculator.number2.value);
54. c=a%b;
55. document.calculator.total.value=c;
56. }
57. </script>
58.
59. </head>
60.
61. <body>
62.
63. <!-- Opening a HTML Form. -->
64. <form name="calculator">
65.
66. <!-- Here user will enter 1st number. -->
67. Number 1: <input type="text" name="number1">
68.
69.
70. <!-- Here user will enter 2nd number. -->
71. Number 2: <input type="text" name="number2">
72.
73.
74. <!-- Here result will be displayed. -->
75. Get Result: <input type="text" name="total">
76. <!-- Here respective button when clicked, calls only respective artimetic function. -->
77. <input type="button" value="ADD" onclick="javascript:addition();">
78. <input type="button" value="SUB" onclick="javascript:subtraction();">
79. <input type="button" value="MUL" onclick="javascript:multiply();">
80. <input type="button" value="DIV" onclick="javascript:division();">
81. <input type="button" value="MOD" onclick="javascript:modulus();">
82.
83. </form>
84.
85. </body>
86. </html>

More Related Content

Viewers also liked

E0502 01 2327
E0502 01 2327E0502 01 2327
E0502 01 2327IJMER
 
Design of Cooling Package of Diesel Genset
Design of Cooling Package of Diesel GensetDesign of Cooling Package of Diesel Genset
Design of Cooling Package of Diesel Genset
IJMER
 
Sat Words hit list II
Sat Words hit list IISat Words hit list II
Sat Words hit list II
joycefeuerborn
 
User Navigation Pattern Prediction from Web Log Data: A Survey
User Navigation Pattern Prediction from Web Log Data: A SurveyUser Navigation Pattern Prediction from Web Log Data: A Survey
User Navigation Pattern Prediction from Web Log Data: A Survey
IJMER
 
Ijmer 46067276
Ijmer 46067276Ijmer 46067276
Ijmer 46067276IJMER
 
Spectrophotometric Determination of Cardiovascular Drugs
Spectrophotometric Determination of Cardiovascular DrugsSpectrophotometric Determination of Cardiovascular Drugs
Spectrophotometric Determination of Cardiovascular Drugs
IJMER
 
Performance Analysis of Routing Metrics for Wireless Sensor Networks
Performance Analysis of Routing Metrics for Wireless Sensor NetworksPerformance Analysis of Routing Metrics for Wireless Sensor Networks
Performance Analysis of Routing Metrics for Wireless Sensor Networks
IJMER
 
An Efficient System for Traffic Control in Networks Using Virtual Routing Top...
An Efficient System for Traffic Control in Networks Using Virtual Routing Top...An Efficient System for Traffic Control in Networks Using Virtual Routing Top...
An Efficient System for Traffic Control in Networks Using Virtual Routing Top...
IJMER
 
Improving the Stability of Cascaded DC Power Supply System by Adaptive Active...
Improving the Stability of Cascaded DC Power Supply System by Adaptive Active...Improving the Stability of Cascaded DC Power Supply System by Adaptive Active...
Improving the Stability of Cascaded DC Power Supply System by Adaptive Active...
IJMER
 
A survey on Inverse ECG (electrocardiogram) based approaches
A survey on Inverse ECG (electrocardiogram) based approachesA survey on Inverse ECG (electrocardiogram) based approaches
A survey on Inverse ECG (electrocardiogram) based approaches
IJMER
 
Effects of Continuous Cooling On Impact and Micro Structural Properties of Lo...
Effects of Continuous Cooling On Impact and Micro Structural Properties of Lo...Effects of Continuous Cooling On Impact and Micro Structural Properties of Lo...
Effects of Continuous Cooling On Impact and Micro Structural Properties of Lo...
IJMER
 
Da3210751081
Da3210751081Da3210751081
Da3210751081IJMER
 
Effect of Preform Geometry on the Material Behaviour and the Densification Me...
Effect of Preform Geometry on the Material Behaviour and the Densification Me...Effect of Preform Geometry on the Material Behaviour and the Densification Me...
Effect of Preform Geometry on the Material Behaviour and the Densification Me...
IJMER
 
Solar Chimney Power Plant-A Review
Solar Chimney Power Plant-A ReviewSolar Chimney Power Plant-A Review
Solar Chimney Power Plant-A Review
IJMER
 
Ax32739746
Ax32739746Ax32739746
Ax32739746IJMER
 
Review of crosstalk free Network
Review of crosstalk free NetworkReview of crosstalk free Network
Review of crosstalk free Network
IJMER
 
Influence of the Powder of Pozzolana on Someproperties of the Concrete: Case ...
Influence of the Powder of Pozzolana on Someproperties of the Concrete: Case ...Influence of the Powder of Pozzolana on Someproperties of the Concrete: Case ...
Influence of the Powder of Pozzolana on Someproperties of the Concrete: Case ...
IJMER
 
Sistema térmico usg tablaroca
Sistema térmico usg tablarocaSistema térmico usg tablaroca
Sistema térmico usg tablaroca
Victor Hugo Hernandez Ramirez
 
Experimental Investigation of Performance & Emission Characteristics of Diese...
Experimental Investigation of Performance & Emission Characteristics of Diese...Experimental Investigation of Performance & Emission Characteristics of Diese...
Experimental Investigation of Performance & Emission Characteristics of Diese...
IJMER
 

Viewers also liked (20)

E0502 01 2327
E0502 01 2327E0502 01 2327
E0502 01 2327
 
Design of Cooling Package of Diesel Genset
Design of Cooling Package of Diesel GensetDesign of Cooling Package of Diesel Genset
Design of Cooling Package of Diesel Genset
 
Sat Words hit list II
Sat Words hit list IISat Words hit list II
Sat Words hit list II
 
User Navigation Pattern Prediction from Web Log Data: A Survey
User Navigation Pattern Prediction from Web Log Data: A SurveyUser Navigation Pattern Prediction from Web Log Data: A Survey
User Navigation Pattern Prediction from Web Log Data: A Survey
 
Ijmer 46067276
Ijmer 46067276Ijmer 46067276
Ijmer 46067276
 
Spectrophotometric Determination of Cardiovascular Drugs
Spectrophotometric Determination of Cardiovascular DrugsSpectrophotometric Determination of Cardiovascular Drugs
Spectrophotometric Determination of Cardiovascular Drugs
 
Performance Analysis of Routing Metrics for Wireless Sensor Networks
Performance Analysis of Routing Metrics for Wireless Sensor NetworksPerformance Analysis of Routing Metrics for Wireless Sensor Networks
Performance Analysis of Routing Metrics for Wireless Sensor Networks
 
An Efficient System for Traffic Control in Networks Using Virtual Routing Top...
An Efficient System for Traffic Control in Networks Using Virtual Routing Top...An Efficient System for Traffic Control in Networks Using Virtual Routing Top...
An Efficient System for Traffic Control in Networks Using Virtual Routing Top...
 
Improving the Stability of Cascaded DC Power Supply System by Adaptive Active...
Improving the Stability of Cascaded DC Power Supply System by Adaptive Active...Improving the Stability of Cascaded DC Power Supply System by Adaptive Active...
Improving the Stability of Cascaded DC Power Supply System by Adaptive Active...
 
Omari saleh
Omari salehOmari saleh
Omari saleh
 
A survey on Inverse ECG (electrocardiogram) based approaches
A survey on Inverse ECG (electrocardiogram) based approachesA survey on Inverse ECG (electrocardiogram) based approaches
A survey on Inverse ECG (electrocardiogram) based approaches
 
Effects of Continuous Cooling On Impact and Micro Structural Properties of Lo...
Effects of Continuous Cooling On Impact and Micro Structural Properties of Lo...Effects of Continuous Cooling On Impact and Micro Structural Properties of Lo...
Effects of Continuous Cooling On Impact and Micro Structural Properties of Lo...
 
Da3210751081
Da3210751081Da3210751081
Da3210751081
 
Effect of Preform Geometry on the Material Behaviour and the Densification Me...
Effect of Preform Geometry on the Material Behaviour and the Densification Me...Effect of Preform Geometry on the Material Behaviour and the Densification Me...
Effect of Preform Geometry on the Material Behaviour and the Densification Me...
 
Solar Chimney Power Plant-A Review
Solar Chimney Power Plant-A ReviewSolar Chimney Power Plant-A Review
Solar Chimney Power Plant-A Review
 
Ax32739746
Ax32739746Ax32739746
Ax32739746
 
Review of crosstalk free Network
Review of crosstalk free NetworkReview of crosstalk free Network
Review of crosstalk free Network
 
Influence of the Powder of Pozzolana on Someproperties of the Concrete: Case ...
Influence of the Powder of Pozzolana on Someproperties of the Concrete: Case ...Influence of the Powder of Pozzolana on Someproperties of the Concrete: Case ...
Influence of the Powder of Pozzolana on Someproperties of the Concrete: Case ...
 
Sistema térmico usg tablaroca
Sistema térmico usg tablarocaSistema térmico usg tablaroca
Sistema térmico usg tablaroca
 
Experimental Investigation of Performance & Emission Characteristics of Diese...
Experimental Investigation of Performance & Emission Characteristics of Diese...Experimental Investigation of Performance & Emission Characteristics of Diese...
Experimental Investigation of Performance & Emission Characteristics of Diese...
 

Similar to Java script calc by karan chanana

MVC Design Pattern in JavaScript by ADMEC Multimedia Institute
MVC Design Pattern in JavaScript by ADMEC Multimedia InstituteMVC Design Pattern in JavaScript by ADMEC Multimedia Institute
MVC Design Pattern in JavaScript by ADMEC Multimedia Institute
Ravi Bhadauria
 
Synapse india dotnet development web approch
Synapse india dotnet development web approchSynapse india dotnet development web approch
Synapse india dotnet development web approch
Synapseindiappsdevelopment
 
Synapse india reviews sharing chapter 23 – asp.net-part2
Synapse india reviews sharing  chapter 23 – asp.net-part2Synapse india reviews sharing  chapter 23 – asp.net-part2
Synapse india reviews sharing chapter 23 – asp.net-part2
Synapseindiappsdevelopment
 
Models, controllers and views
Models, controllers and viewsModels, controllers and views
Models, controllers and viewspriestc
 
Informatics Practice Practical for 12th class
Informatics Practice Practical for 12th classInformatics Practice Practical for 12th class
Informatics Practice Practical for 12th class
phultoosks876
 
Introduction to java script Lecture 4.ppt
Introduction to java script Lecture 4.pptIntroduction to java script Lecture 4.ppt
Introduction to java script Lecture 4.ppt
dejen6
 
Web topic 22 validation on web forms
Web topic 22  validation on web formsWeb topic 22  validation on web forms
Web topic 22 validation on web formsCK Yang
 
SproutCore is Awesome - HTML5 Summer DevFest
SproutCore is Awesome - HTML5 Summer DevFestSproutCore is Awesome - HTML5 Summer DevFest
SproutCore is Awesome - HTML5 Summer DevFest
tomdale
 
Client sidescripting javascript
Client sidescripting javascriptClient sidescripting javascript
Client sidescripting javascript
Selvin Josy Bai Somu
 
Standardizing JavaScript Decorators in TC39 (Full Stack Fest 2019)
Standardizing JavaScript Decorators in TC39 (Full Stack Fest 2019)Standardizing JavaScript Decorators in TC39 (Full Stack Fest 2019)
Standardizing JavaScript Decorators in TC39 (Full Stack Fest 2019)
Igalia
 
angular fundamentals.pdf
angular fundamentals.pdfangular fundamentals.pdf
angular fundamentals.pdf
NuttavutThongjor1
 
using Mithril.js + postgREST to build and consume API's
using Mithril.js + postgREST to build and consume API'susing Mithril.js + postgREST to build and consume API's
using Mithril.js + postgREST to build and consume API's
Antônio Roberto Silva
 
Lightning Components Workshop v2
Lightning Components Workshop v2Lightning Components Workshop v2
Lightning Components Workshop v2
Christophe Coenraets
 
ASPNET_MVC_Tutorial_06_CS
ASPNET_MVC_Tutorial_06_CSASPNET_MVC_Tutorial_06_CS
ASPNET_MVC_Tutorial_06_CStutorialsruby
 
ASPNET_MVC_Tutorial_06_CS
ASPNET_MVC_Tutorial_06_CSASPNET_MVC_Tutorial_06_CS
ASPNET_MVC_Tutorial_06_CStutorialsruby
 
CS101- Introduction to Computing- Lecture 35
CS101- Introduction to Computing- Lecture 35CS101- Introduction to Computing- Lecture 35
CS101- Introduction to Computing- Lecture 35
Bilal Ahmed
 

Similar to Java script calc by karan chanana (20)

MVC Design Pattern in JavaScript by ADMEC Multimedia Institute
MVC Design Pattern in JavaScript by ADMEC Multimedia InstituteMVC Design Pattern in JavaScript by ADMEC Multimedia Institute
MVC Design Pattern in JavaScript by ADMEC Multimedia Institute
 
Synapse india dotnet development web approch
Synapse india dotnet development web approchSynapse india dotnet development web approch
Synapse india dotnet development web approch
 
Synapse india reviews sharing chapter 23 – asp.net-part2
Synapse india reviews sharing  chapter 23 – asp.net-part2Synapse india reviews sharing  chapter 23 – asp.net-part2
Synapse india reviews sharing chapter 23 – asp.net-part2
 
Jsf intro
Jsf introJsf intro
Jsf intro
 
Models, controllers and views
Models, controllers and viewsModels, controllers and views
Models, controllers and views
 
Informatics Practice Practical for 12th class
Informatics Practice Practical for 12th classInformatics Practice Practical for 12th class
Informatics Practice Practical for 12th class
 
Java script
Java scriptJava script
Java script
 
Java script
Java scriptJava script
Java script
 
Introduction to java script Lecture 4.ppt
Introduction to java script Lecture 4.pptIntroduction to java script Lecture 4.ppt
Introduction to java script Lecture 4.ppt
 
Web topic 22 validation on web forms
Web topic 22  validation on web formsWeb topic 22  validation on web forms
Web topic 22 validation on web forms
 
SproutCore is Awesome - HTML5 Summer DevFest
SproutCore is Awesome - HTML5 Summer DevFestSproutCore is Awesome - HTML5 Summer DevFest
SproutCore is Awesome - HTML5 Summer DevFest
 
Client sidescripting javascript
Client sidescripting javascriptClient sidescripting javascript
Client sidescripting javascript
 
Standardizing JavaScript Decorators in TC39 (Full Stack Fest 2019)
Standardizing JavaScript Decorators in TC39 (Full Stack Fest 2019)Standardizing JavaScript Decorators in TC39 (Full Stack Fest 2019)
Standardizing JavaScript Decorators in TC39 (Full Stack Fest 2019)
 
Well
WellWell
Well
 
angular fundamentals.pdf
angular fundamentals.pdfangular fundamentals.pdf
angular fundamentals.pdf
 
using Mithril.js + postgREST to build and consume API's
using Mithril.js + postgREST to build and consume API'susing Mithril.js + postgREST to build and consume API's
using Mithril.js + postgREST to build and consume API's
 
Lightning Components Workshop v2
Lightning Components Workshop v2Lightning Components Workshop v2
Lightning Components Workshop v2
 
ASPNET_MVC_Tutorial_06_CS
ASPNET_MVC_Tutorial_06_CSASPNET_MVC_Tutorial_06_CS
ASPNET_MVC_Tutorial_06_CS
 
ASPNET_MVC_Tutorial_06_CS
ASPNET_MVC_Tutorial_06_CSASPNET_MVC_Tutorial_06_CS
ASPNET_MVC_Tutorial_06_CS
 
CS101- Introduction to Computing- Lecture 35
CS101- Introduction to Computing- Lecture 35CS101- Introduction to Computing- Lecture 35
CS101- Introduction to Computing- Lecture 35
 

More from karnchanana

E by karan chanana
E by karan chananaE by karan chanana
E by karan chananakarnchanana
 
Java script errors by karan chanana
Java script errors by karan chananaJava script errors by karan chanana
Java script errors by karan chananakarnchanana
 
Java script while loop by karan chanana
Java script while loop by karan chananaJava script while loop by karan chanana
Java script while loop by karan chananakarnchanana
 
Java script while loop by karan chanana
Java script while loop by karan chananaJava script while loop by karan chanana
Java script while loop by karan chananakarnchanana
 
Java script errors by karan chanana
Java script errors by karan chananaJava script errors by karan chanana
Java script errors by karan chananakarnchanana
 
Add text on image by karan chanana
Add text on image by karan chananaAdd text on image by karan chanana
Add text on image by karan chananakarnchanana
 
Accessing data from a simple post by karan chanana
Accessing data from a simple post by karan chananaAccessing data from a simple post by karan chanana
Accessing data from a simple post by karan chananakarnchanana
 
Adding text to an image by karan chanana
Adding text to an image by karan chananaAdding text to an image by karan chanana
Adding text to an image by karan chananakarnchanana
 

More from karnchanana (9)

E by karan chanana
E by karan chananaE by karan chanana
E by karan chanana
 
Java script errors by karan chanana
Java script errors by karan chananaJava script errors by karan chanana
Java script errors by karan chanana
 
Java script while loop by karan chanana
Java script while loop by karan chananaJava script while loop by karan chanana
Java script while loop by karan chanana
 
Java script while loop by karan chanana
Java script while loop by karan chananaJava script while loop by karan chanana
Java script while loop by karan chanana
 
Java script errors by karan chanana
Java script errors by karan chananaJava script errors by karan chanana
Java script errors by karan chanana
 
Add text on image by karan chanana
Add text on image by karan chananaAdd text on image by karan chanana
Add text on image by karan chanana
 
Accessing data from a simple post by karan chanana
Accessing data from a simple post by karan chananaAccessing data from a simple post by karan chanana
Accessing data from a simple post by karan chanana
 
Adding text to an image by karan chanana
Adding text to an image by karan chananaAdding text to an image by karan chanana
Adding text to an image by karan chanana
 
karan chan ana
karan chan anakaran chan ana
karan chan ana
 

Recently uploaded

CADAVER AS OUR FIRST TEACHER anatomt in your.pptx
CADAVER AS OUR FIRST TEACHER anatomt in your.pptxCADAVER AS OUR FIRST TEACHER anatomt in your.pptx
CADAVER AS OUR FIRST TEACHER anatomt in your.pptx
fakeloginn69
 
LA HUG - Video Testimonials with Chynna Morgan - June 2024
LA HUG - Video Testimonials with Chynna Morgan - June 2024LA HUG - Video Testimonials with Chynna Morgan - June 2024
LA HUG - Video Testimonials with Chynna Morgan - June 2024
Lital Barkan
 
Improving profitability for small business
Improving profitability for small businessImproving profitability for small business
Improving profitability for small business
Ben Wann
 
RMD24 | Retail media: hoe zet je dit in als je geen AH of Unilever bent? Heid...
RMD24 | Retail media: hoe zet je dit in als je geen AH of Unilever bent? Heid...RMD24 | Retail media: hoe zet je dit in als je geen AH of Unilever bent? Heid...
RMD24 | Retail media: hoe zet je dit in als je geen AH of Unilever bent? Heid...
BBPMedia1
 
Enterprise Excellence is Inclusive Excellence.pdf
Enterprise Excellence is Inclusive Excellence.pdfEnterprise Excellence is Inclusive Excellence.pdf
Enterprise Excellence is Inclusive Excellence.pdf
KaiNexus
 
amptalk_RecruitingDeck_english_2024.06.05
amptalk_RecruitingDeck_english_2024.06.05amptalk_RecruitingDeck_english_2024.06.05
amptalk_RecruitingDeck_english_2024.06.05
marketing317746
 
Maksym Vyshnivetskyi: PMO Quality Management (UA)
Maksym Vyshnivetskyi: PMO Quality Management (UA)Maksym Vyshnivetskyi: PMO Quality Management (UA)
Maksym Vyshnivetskyi: PMO Quality Management (UA)
Lviv Startup Club
 
Exploring Patterns of Connection with Social Dreaming
Exploring Patterns of Connection with Social DreamingExploring Patterns of Connection with Social Dreaming
Exploring Patterns of Connection with Social Dreaming
Nicola Wreford-Howard
 
Bài tập - Tiếng anh 11 Global Success UNIT 1 - Bản HS.doc
Bài tập - Tiếng anh 11 Global Success UNIT 1 - Bản HS.docBài tập - Tiếng anh 11 Global Success UNIT 1 - Bản HS.doc
Bài tập - Tiếng anh 11 Global Success UNIT 1 - Bản HS.doc
daothibichhang1
 
Recruiting in the Digital Age: A Social Media Masterclass
Recruiting in the Digital Age: A Social Media MasterclassRecruiting in the Digital Age: A Social Media Masterclass
Recruiting in the Digital Age: A Social Media Masterclass
LuanWise
 
Evgen Osmak: Methods of key project parameters estimation: from the shaman-in...
Evgen Osmak: Methods of key project parameters estimation: from the shaman-in...Evgen Osmak: Methods of key project parameters estimation: from the shaman-in...
Evgen Osmak: Methods of key project parameters estimation: from the shaman-in...
Lviv Startup Club
 
ikea_woodgreen_petscharity_dog-alogue_digital.pdf
ikea_woodgreen_petscharity_dog-alogue_digital.pdfikea_woodgreen_petscharity_dog-alogue_digital.pdf
ikea_woodgreen_petscharity_dog-alogue_digital.pdf
agatadrynko
 
Affordable Stationery Printing Services in Jaipur | Navpack n Print
Affordable Stationery Printing Services in Jaipur | Navpack n PrintAffordable Stationery Printing Services in Jaipur | Navpack n Print
Affordable Stationery Printing Services in Jaipur | Navpack n Print
Navpack & Print
 
-- June 2024 is National Volunteer Month --
-- June 2024 is National Volunteer Month ---- June 2024 is National Volunteer Month --
-- June 2024 is National Volunteer Month --
NZSG
 
3.0 Project 2_ Developing My Brand Identity Kit.pptx
3.0 Project 2_ Developing My Brand Identity Kit.pptx3.0 Project 2_ Developing My Brand Identity Kit.pptx
3.0 Project 2_ Developing My Brand Identity Kit.pptx
tanyjahb
 
Meas_Dylan_DMBS_PB1_2024-05XX_Revised.pdf
Meas_Dylan_DMBS_PB1_2024-05XX_Revised.pdfMeas_Dylan_DMBS_PB1_2024-05XX_Revised.pdf
Meas_Dylan_DMBS_PB1_2024-05XX_Revised.pdf
dylandmeas
 
Authentically Social Presented by Corey Perlman
Authentically Social Presented by Corey PerlmanAuthentically Social Presented by Corey Perlman
Authentically Social Presented by Corey Perlman
Corey Perlman, Social Media Speaker and Consultant
 
Cree_Rey_BrandIdentityKit.PDF_PersonalBd
Cree_Rey_BrandIdentityKit.PDF_PersonalBdCree_Rey_BrandIdentityKit.PDF_PersonalBd
Cree_Rey_BrandIdentityKit.PDF_PersonalBd
creerey
 
falcon-invoice-discounting-a-premier-platform-for-investors-in-india
falcon-invoice-discounting-a-premier-platform-for-investors-in-indiafalcon-invoice-discounting-a-premier-platform-for-investors-in-india
falcon-invoice-discounting-a-premier-platform-for-investors-in-india
Falcon Invoice Discounting
 
ModelingMarketingStrategiesMKS.CollumbiaUniversitypdf
ModelingMarketingStrategiesMKS.CollumbiaUniversitypdfModelingMarketingStrategiesMKS.CollumbiaUniversitypdf
ModelingMarketingStrategiesMKS.CollumbiaUniversitypdf
fisherameliaisabella
 

Recently uploaded (20)

CADAVER AS OUR FIRST TEACHER anatomt in your.pptx
CADAVER AS OUR FIRST TEACHER anatomt in your.pptxCADAVER AS OUR FIRST TEACHER anatomt in your.pptx
CADAVER AS OUR FIRST TEACHER anatomt in your.pptx
 
LA HUG - Video Testimonials with Chynna Morgan - June 2024
LA HUG - Video Testimonials with Chynna Morgan - June 2024LA HUG - Video Testimonials with Chynna Morgan - June 2024
LA HUG - Video Testimonials with Chynna Morgan - June 2024
 
Improving profitability for small business
Improving profitability for small businessImproving profitability for small business
Improving profitability for small business
 
RMD24 | Retail media: hoe zet je dit in als je geen AH of Unilever bent? Heid...
RMD24 | Retail media: hoe zet je dit in als je geen AH of Unilever bent? Heid...RMD24 | Retail media: hoe zet je dit in als je geen AH of Unilever bent? Heid...
RMD24 | Retail media: hoe zet je dit in als je geen AH of Unilever bent? Heid...
 
Enterprise Excellence is Inclusive Excellence.pdf
Enterprise Excellence is Inclusive Excellence.pdfEnterprise Excellence is Inclusive Excellence.pdf
Enterprise Excellence is Inclusive Excellence.pdf
 
amptalk_RecruitingDeck_english_2024.06.05
amptalk_RecruitingDeck_english_2024.06.05amptalk_RecruitingDeck_english_2024.06.05
amptalk_RecruitingDeck_english_2024.06.05
 
Maksym Vyshnivetskyi: PMO Quality Management (UA)
Maksym Vyshnivetskyi: PMO Quality Management (UA)Maksym Vyshnivetskyi: PMO Quality Management (UA)
Maksym Vyshnivetskyi: PMO Quality Management (UA)
 
Exploring Patterns of Connection with Social Dreaming
Exploring Patterns of Connection with Social DreamingExploring Patterns of Connection with Social Dreaming
Exploring Patterns of Connection with Social Dreaming
 
Bài tập - Tiếng anh 11 Global Success UNIT 1 - Bản HS.doc
Bài tập - Tiếng anh 11 Global Success UNIT 1 - Bản HS.docBài tập - Tiếng anh 11 Global Success UNIT 1 - Bản HS.doc
Bài tập - Tiếng anh 11 Global Success UNIT 1 - Bản HS.doc
 
Recruiting in the Digital Age: A Social Media Masterclass
Recruiting in the Digital Age: A Social Media MasterclassRecruiting in the Digital Age: A Social Media Masterclass
Recruiting in the Digital Age: A Social Media Masterclass
 
Evgen Osmak: Methods of key project parameters estimation: from the shaman-in...
Evgen Osmak: Methods of key project parameters estimation: from the shaman-in...Evgen Osmak: Methods of key project parameters estimation: from the shaman-in...
Evgen Osmak: Methods of key project parameters estimation: from the shaman-in...
 
ikea_woodgreen_petscharity_dog-alogue_digital.pdf
ikea_woodgreen_petscharity_dog-alogue_digital.pdfikea_woodgreen_petscharity_dog-alogue_digital.pdf
ikea_woodgreen_petscharity_dog-alogue_digital.pdf
 
Affordable Stationery Printing Services in Jaipur | Navpack n Print
Affordable Stationery Printing Services in Jaipur | Navpack n PrintAffordable Stationery Printing Services in Jaipur | Navpack n Print
Affordable Stationery Printing Services in Jaipur | Navpack n Print
 
-- June 2024 is National Volunteer Month --
-- June 2024 is National Volunteer Month ---- June 2024 is National Volunteer Month --
-- June 2024 is National Volunteer Month --
 
3.0 Project 2_ Developing My Brand Identity Kit.pptx
3.0 Project 2_ Developing My Brand Identity Kit.pptx3.0 Project 2_ Developing My Brand Identity Kit.pptx
3.0 Project 2_ Developing My Brand Identity Kit.pptx
 
Meas_Dylan_DMBS_PB1_2024-05XX_Revised.pdf
Meas_Dylan_DMBS_PB1_2024-05XX_Revised.pdfMeas_Dylan_DMBS_PB1_2024-05XX_Revised.pdf
Meas_Dylan_DMBS_PB1_2024-05XX_Revised.pdf
 
Authentically Social Presented by Corey Perlman
Authentically Social Presented by Corey PerlmanAuthentically Social Presented by Corey Perlman
Authentically Social Presented by Corey Perlman
 
Cree_Rey_BrandIdentityKit.PDF_PersonalBd
Cree_Rey_BrandIdentityKit.PDF_PersonalBdCree_Rey_BrandIdentityKit.PDF_PersonalBd
Cree_Rey_BrandIdentityKit.PDF_PersonalBd
 
falcon-invoice-discounting-a-premier-platform-for-investors-in-india
falcon-invoice-discounting-a-premier-platform-for-investors-in-indiafalcon-invoice-discounting-a-premier-platform-for-investors-in-india
falcon-invoice-discounting-a-premier-platform-for-investors-in-india
 
ModelingMarketingStrategiesMKS.CollumbiaUniversitypdf
ModelingMarketingStrategiesMKS.CollumbiaUniversitypdfModelingMarketingStrategiesMKS.CollumbiaUniversitypdf
ModelingMarketingStrategiesMKS.CollumbiaUniversitypdf
 

Java script calc by karan chanana

  • 1. JavaScript Calculator <html> 1. <head> 2. 3. <title>Simple Javascript Calculator - Basic Arithmetic Operations</title> 4. 5. <!-- Aim: Write HTML Code Using JavaScript Functions To Perform Basic Arithmetic Oper ations. --> 6. <!-- 1. Take Two numbers from user say 'Number 1' and 'Number 2'. --> 7. <!-- 2. Perform Addition, Subtraction, Multiplication, Division and Modulus. --> 8. <!-- 3. Result must be displayed on same HTML Page when respective button is clicked. --> 9. <!-- 4. Use <input> tag (HTML Forms Concept) with onclick.--> 10. <!-- 5. Call individual Javascript Function, put them inside <head> tag only.--> 11. <!-- 6. Javascript Tutorial/Code For Computer Science Students. --> 12. <!-- 7. Tested and Written By (c) Gaurav Akrani. --> 13. 14. <script language="javascript" type="text/javascript"> 15. function multiply(){ 16. a=Number(document.calculator.number1.value); 17. b=Number(document.calculator.number2.value); 18. c=a*b; 19. document.calculator.total.value=c; 20. } 21. </script> 22. 23. <script language="javascript" type="text/javascript"> 24. function addition(){ 25. a=Number(document.calculator.number1.value); 26. b=Number(document.calculator.number2.value); 27. c=a+b; 28. document.calculator.total.value=c; 29. } 30. </script> 31. 32. <script language="javascript" type="text/javascript"> 33. function subtraction(){ 34. a=Number(document.calculator.number1.value);
  • 2. 35. b=Number(document.calculator.number2.value); 36. c=a-b; 37. document.calculator.total.value=c; 38. } 39. </script> 40. 41. <script language="javascript" type="text/javascript"> 42. function division(){ 43. a=Number(document.calculator.number1.value); 44. b=Number(document.calculator.number2.value); 45. c=a/b; 46. document.calculator.total.value=c; 47. } 48. </script> 49. 50. <script language="javascript" type="text/javascript"> 51. function modulus(){ 52. a=Number(document.calculator.number1.value); 53. b=Number(document.calculator.number2.value); 54. c=a%b; 55. document.calculator.total.value=c; 56. } 57. </script> 58. 59. </head> 60. 61. <body> 62. 63. <!-- Opening a HTML Form. --> 64. <form name="calculator"> 65. 66. <!-- Here user will enter 1st number. --> 67. Number 1: <input type="text" name="number1"> 68. 69. 70. <!-- Here user will enter 2nd number. --> 71. Number 2: <input type="text" name="number2"> 72. 73. 74. <!-- Here result will be displayed. --> 75. Get Result: <input type="text" name="total"> 76. <!-- Here respective button when clicked, calls only respective artimetic function. --> 77. <input type="button" value="ADD" onclick="javascript:addition();"> 78. <input type="button" value="SUB" onclick="javascript:subtraction();"> 79. <input type="button" value="MUL" onclick="javascript:multiply();"> 80. <input type="button" value="DIV" onclick="javascript:division();">
  • 3. 81. <input type="button" value="MOD" onclick="javascript:modulus();"> 82. 83. </form> 84. 85. </body> 86. </html>