window.onload = () => { const canvas = document.createElement(“canvas”); const ctx = canvas.getContext(‘2d’); const GRAVITY = 0.05; const FRECTION = 0.99; […]
Read moreTag: programming
Ternary Operator
Ternary Operator Ternary Operator Syntax: Condition ? Expression 1(True)Β :Β Expression 2(False) ; Program: To check wheather the given number is even or odd […]
Read moreMicrosoft logo program
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <div class=”box”> <div id=”box1″></div> <div id=”hello”></div> </div> <div class=”down”> <div id=”kk”></div> <div id=”ll”> </div> </div> <br /> […]
Read moreWhat is Command Line Interpreter ?
What is Command Line Interpreter ? What is Command Line Interpreter ? A command line interpreter allows the user to interact with a program […]
Read moreInput a number till 12 and print no of month, switch case program, java switch program, C switch program
Input a number till 12 and print no of month, switch case program, java switch program, C switch program Input a number till 12 and […]
Read moreInput number below 7 and print Day of week, switch programming, switch programming in C, switch programming in JAVA, programming questions
Input number below 7 and print Day of week, switch programming, switch programming in C, switch programming in JAVA, programming questions Input number below 7 […]
Read moreInput age and physical health and print eligibility for riding bike and scooty, JAVA program , C program , if else program , nested if else program , ladder if else program
Input age and physical health and print eligibility for riding bike and scooty, JAVA program , C program , if else program , nested if […]
Read moreWrite a simple C program to enter five subject marks and calculate its average , how to add five subject marks in c programming , c program to calculate marks of five subject , sum and percentage marks program in c language #C
Write a simple C program to enter five subject marks and calculate its average , how to add five subject marks in c programming , […]
Read moreWrite a c++ program to find sum of diagonal elements of a square matrix
Write a c++ program to find sum of diagonal elements of a square matrix Write a c++ program to find sum of diagonal elements of […]
Read moreCBSE Class 10th, 12th Result 2022 Update, CBSE board result date, time, link
CBSE Class 10th, 12th Result 2022 Update, CBSE board result date, time, link Central Board of Secondary Education, CBSE is likely to declare CBSE result […]
Read more
Recent Comments