Automorphic Number
//Entered number is automorphic number or not? #include<iostream> #include<math.h> using namespace std; int automorphic(int n)...
//Entered number is automorphic number or not? #include<iostream> #include<math.h> using namespace std; int automorphic(int n)...
Concept: Percentage Usage in Excel Functions used in Part: RANDBETWEEN(), MAX(), MIN(), SUM(), COUNT()
This playlist is for the students of 12th Std. of Gujarat Board.
from tkinter import * import tkinter.messagebox #==========================Settings==================== root = Tk() root.geometry('400x1...
Lecture Video Click Here to Watch Video Click the following link to get the files of JavaScript Programs. Download
COMPUTER COURSE ONLINE Playlist for the students of GSEB - XII for the computer subject. You will get all the video lectures on the followin...
pid=[1,2,3,4,5] name=["Pen","Pencil","Eraser","Sharpner","Compass"] qty=[200,400,100,10...
/*CREATING RANDOM DATES FROM NUMERICAL VALUES*/ create database if not exists naren; use naren; DROP TABLE IntToDateDemo; DROP TABLE D...
#include<iostream.h> #include<conio.h> #include<stdlib.h> #include<iomanip.h> class Queue { int data[10]; ...
#Function to check the stack is empty or not. def isEmpty(stk): if stk==[]: return True else: return Fa...
#Queue Implementation in Python List #Function to check the queue is empty or not. def isEmpty(Qu): if Qu==[]: retur...
Download the File. Click here to Watch the Explanation & Developing Video