Skip to content

Instantly share code, notes, and snippets.

View sanjayengineer121's full-sized avatar
🏠
Working from home

Sanjay Kumar Yadav sanjayengineer121

🏠
Working from home
View GitHub Profile
@sanjayengineer121
sanjayengineer121 / gist:7173eeef83879345b3bf98ec33f5ebea
Created October 27, 2017 10:49
leap year html if yes then true otherwise false
<!doctype html>
<html>
<body>
<h>leap year>>></h>
<script>
{
year = window.prompt("Input a Year :");
x = (year%4==0);
alert(x);
#include <iostream>
#include<conio.h>
#include<string.h>
#include<fstream>
#include<ctime>
using namespace std;
void object()
{
#include<iostream>
using namespace std;
class a{
protected:
int sa,a1,b1;
public:
san(){
cout<<"\n Enter the name No";
cin>>sa;
cout<<"\n Enter The mark";