top of page
Student in Library

Discover shishant Pandey

From the Heart

Home: Welcome

CODE TO MAKE A GAME (GUSSE THE NUMBER)

<script> // a simple code to gusse the right number console.time("gusse time"); let randomnumber = Math.random() * 100; randomnumber =...

FIZZBUZZ IN JS

for (let i = 0; i < 101; i++) { if (i % 3 != 0 && i % 5 != 0) { document.write(i, ","); } if (i > 0 && i % 3 == 0 && i % 5 != 0) {...

HOW TO FIND HCF LCM IN JAVASCRIPT

FOR HCF let a, b; a = prompt("enter first number"); b = prompt("enter sec number"); a = Number.parseInt(a); b = Number.parseInt(b); max...

CHEEK GRADE IN C PROGRAM

#include <stdio.h> int main() { /*here is a simply code that tell your grade accordinh to your number c=lees than 30 b=more than or equal...

HOW TO FIND ARMSTRONG NUMBER

#include <stdio.h> #include <math.h> int main() { // An Armstrong number is a n digit number, which is equal to the sum of the nth...

EVEN OR ODD IN C

#include <stdio.h> int main() { int a = 24; int b = 0; printf("entre any digit\n"); scanf("%d", &a); if (a % 2 == 0) { printf("it is an...

Home: Blog2

Hello

Passion Makes Perfect

Playing on Tablet

HELLO GUYS THIS IS SHISHANT PANDEY I AM HERE TO HELP YOU TO LEARN CODING IF YOU HAVE ANY QUESTION PLEASE LEAVE A MESSAGE 
THANKS

Home: About Me

Let’s Connect

Village: parariya, PS: charpokhari, PO: garhani

Thanks for submitting!

Home: Contact

6204596395

  • Instagram
  • LinkedIn

©2022 by shishantPandey. Proudly created with Wix.com

bottom of page