Write a program to Adition Two number using javascript
<!doctype html> <html> <head> <title>Add Two Numbers</title> <script> var numOne = 10; var numTwo = ...
Read more »<!doctype html> <html> <head> <title>Add Two Numbers</title> <script> var numOne = 10; var numTwo = ...
Read more »<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"...
Read more »<!DOCTYPE html> <html> <head> <title>Select Option Program</title> </head> <body> <h1>Selec...
Read more »HTML Images Syntax The HTML <img> tag is used to embed an image in a web page. Images are not technically inserted into a web page; ...
Read more »<!DOCTYPE html> <html> <body> <h1>Select File</h1> Select Your File: <input type="file"> <...
Read more »<!DOCTYPE html> <html> <body> <h1>The video element</h1> <video width="320" height="240...
Read more »<html> <head> <title>HTML Frames</title> </head> <frameset cols="25%,50%,25%"> <frame...
Read more »*******Write a program to Multiplication in C ******* #include<stdio.h> #include<conio.h> void main() { clrscr(); //Previous s...
Read more »*******Write a program to Division in C ******* #include<stdio.h> #include<conio.h> void main() { clrscr(); //Previous screen ...
Read more »*******Write a program to Subtraction in C ******* #include<stdio.h> #include<conio.h> void main() { clrscr(); //Previous scre...
Read more »#include<stdio.h> #include<conio.h> void main() { clrscr(); //Previous screen clear int a,b,c; printf("Enter Two Num:...
Read more »Printing Workbooks select the cells you want to print and then set that area as the print area Steps to set a print area: Select the cells...