top of page
Student in Library

Discover shishant Pandey

From the Heart

Home: Welcome

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) {...

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...

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
bottom of page