Program Logic Steps: Store sum of both in var1. Subtract var2 from var1 and store it in var2 (now var2 has value of var1) . Subtract va...
Home » Archive for February 2013
C++ program to swap the values of two integers
Logic of the code: Take three variables var1,var2 and swap. Store value of var1 in swap. Store value of var2 in var1. Copy v...
By Reza Ikhlasul
6:47 AM
area of triangle
find area of triangle having values of three sides
heron's formula
Program to find the Area of any Triangle having values of three sides
To find the area of any triangle in which values of three sides are given we can use Heron's formula which is equal to: Note: To apply ...
By Reza Ikhlasul
Thursday, February 21, 2013
area of rectangle
c++ area of rectangle.
perimeter of rectangle
Program to find the Area and Perimeter of a Rectangle
What is meant by quadrilateral? A shape which has four straight sides is called quadrilateral shape What is meant by Rectangle or Parall...
Lab 215 - Extended ACL Established
Prerequisites: CCNP level skills. NOTE! Initial configuration for this lab can be downloaded here . Topology Pic 1. Topology Diagram. Task ...
Lab 214 - Extended ACL
Prerequisites: CCNP level skills. NOTE! Initial configuration for this lab can be downloaded here . Topology Pic 1. Topology Diagram. Task 1...
lab 213 - Standard ACL
Prerequisites: CCNP level skills. NOTE! Initial configuration for this lab can be downloaded here . Topology Pic 1. Topology Diagram. Task 1...
By Reza Ikhlasul
Saturday, February 16, 2013
C++ decimal to binary.
Decimal to binary conversion
sample code without using arrays
Find the binary value of decimal number in C++
C++ Program to Find the Binary Value of Decimal Number Using for loop C++ Code: #include<iostream> #include <stdio.h> using nam...
By Reza Ikhlasul
Sunday, February 10, 2013
for loop to find table of number
Multiplication table c++
program number multiplication table
C++ Program to Find the Multiplication Table Of a Given number
C++ code to find Multiplication Table of a number using for loop #include<iostream> using namespace std; int main() { int num...
Lab 212 - IPv6 MP-BGP
Prerequisites: CCNP level skills. Topology Pic 1. Topology Diagram. Task 1 Using previous lab's IPv6 configuration, create new loopback ...
Lab 211 - Automatic 6to4 Tunnel
Prerequisites: CCNP level skills. Topology Pic 1. Topology Diagram. Task 1 Enable connectivity between two IPv6 sites (presented in the topo...
By Reza Ikhlasul
7:50 PM
C++program to find factorial
factorial in C++
program to find factorial of a number
Program to find factorial of Number in C++
What is a Factorial of a number 'n'? The factorial of a number 'n' is the product of all number from 1 upto the number '...
Subscribe to:
Posts (Atom)