Knowledge in Multiplication Table

Java program to print multiplication table

import java.util.Scanner; class MultiplicationTable {   public static void main(String args[])   {     int n, c;     System.out.println("Enter an integer to print it's multiplication table");     Scanner in = new Scanner(System.in);     n = in.nextInt();     System.out.println("Multiplication table of " + n);     for (c = 1; c <= 10; c++)       System.out.println(n + "*" + c + " = " + (n*c));   } }

Eurotrophication

hyttrcvhuingfhiooohg

indian phycology

vtycrxrcuubibivgyc

COMPUTER ORGANISATION AND ARCHITECTURE

computer organisation and architecture includes assembly languages ,bits and bytes conversions,numericals on bits and bytes and mul add operation.

c program

#include<stdio.h> void main() { int n,i; scanf("%d",&n); for(i=0;i<10;i++) { printf("%d",n*i); } return 0; }

HTML - Tables

This clip contains HTML - table, all properties and attributes with proper examples and syntax. 1. Table Heading 2. Cellpadding and Cellspacing Attributes 3. Colspan and Rowspan Attributes 4. Tables Backgrounds 5. Table Height and Width 6. Nested Tables 7. Table CaptionTable Header, Body, and Footer

English Tense Table

English tense is a very important topic for English Grammar. Here is a table to memorize it's functions easily .

structure Organisation representing power of the government

representing the power of the government by position

Diagram of sewage Treatment Plant

Diagram of the Sewage Treatment Plant

Normalization of RDBMS

This article is about Normalization of Relational database management Systems

Integarted circuit

Question and answer of integrated circuit.

Op-amp and application

In these pdf you will going to learn about op-amp with the help of question and answer