#include<iostream> using namespace std; class Areas { public: void Area(float l, float b) { cout<<“Area of rectangle=\t”<<l*b; } void Area(float […]
Read more
#include<iostream> using namespace std; class Areas { public: void Area(float l, float b) { cout<<“Area of rectangle=\t”<<l*b; } void Area(float […]
Read more#include<iostream> using namespace std; class Rectangle { private: float l,b,a; public: void setdata() { cout<<“enter length and breadth”; cin>>l>>b; […]
Read moreHow to redirect Blogger To Domain Want to learn how to redirect Blogger To Domain?? Today here i will be […]
Read moreHow to Get a Free Domain Name. Want to learn how to get FREE DOMAIN ?? Today here i will […]
Read moreSample Program 1 in C++ A program to display Welcome To Program. Code #include<iostream.h> #include<conio.h> void main() { cout<<“Welcome to […]
Read moreA program to display Hello Workd Code #include<stdio.h> #include<conio.h> void main() { printf(“Hello World\n”); printf(“I am Good.\n”); […]
Read moreSample Program 1 A program to display Welcome To Program. Code #include<stdio.h> #include<conio.h> void main() { printf(“Welcome to TechnologySpot.org”); getch(); […]
Read more