Posts

Showing posts from September, 2017

Code of Patteran 2,4,3,6,5,10 ...

// Made by Muhammad abdullah // You can Visit lot of c++ program from this link pakacademy79.com videos // if you need any source code video then contact me on my website cotact us page. #include<iostream> #include<conio.h> using namespace std; //Display this 2,4,3,6,5,10 ... int main() { int j=2,m=3; int k=4,f=6; int n; cout<<"Enter n value sto display this patteran:"; cin>>n; cout<<"\n"<<j<<","<<k<<","<<m<<","<<f<<","; for(;(k+f) <=n;) { cout<<j+m<<","; cout<<k+f<<","; int h; h=j; j=m; m=m+h; h=k; k=f; f=f+h; } getch(); }

Volume of a Cube

See Video No Source Code 

Convert Miles into Kilometers

#include <iostream> #include <conio.h> #define M 1.609 using namespace std; int main() { float miles; cout<< "Enter the Distance in Miles" ; cin>>miles; float Kilometer; Kilometer=miles*M; cout<< "Distance in Mile[" <<miles<< "]" <<endl; cout<< "Dsitance in Kilometer[" <<Kilometer<< "]" ;        getch(); } ======Enjoy It=========

Area of Triangle Code

#include <iostream> #include <conio.h> #include <math.h> using namespace std; int main() { float a,b,c; float side,area; cout<< "Enter Values First Side" ; cin>>a; cout<< "Enter Values Second Side" ; cin>>b; cout<< "Enter Values Third Side" ; cin>>c; side=(a+b+c)/2.0; area=sqrt(side*(side-a)*(side-b)*(side-c)); cout<< "Area of Triangle is:" <<area; getch(); } Copy and Run IT

COMSATS Vehari Students (Very Urgent) Prime Minister Laptop Sceheme (Phase 4 & 5)

Please advise concern students for  Prime Minister's Laptop Scheme Phase  (04 & 05) that they validate their information on their first priority basis at given link before of  30-09-2017 : Link For student Registration:        http://pmnls.hec.gov.pk/ Newly Students New admitted student enrolled in Fall 2017(Intake) will be verified on the basis of their terminal degree results (HSSC, MA/BS/MSc and MS) basis. The criteria for newly admitted (Undergraduate Program) students is 60% marks in their terminal degree.

Print Name

#include<iostream> #inclue<conio.h> using namespace std; int main() { cout<<"My Name is Muhammad Abdullah"<<endl; cout<<"My Website name is\n"<<"Pakacademy79.com"; }

Download Free Software's Registered

Click here to Download Registered Softwares
Welcome to My Blog enjoy and stay here Note: Right Side Links available C++ Lectures Complete Series available here. Different Software are available for your help. This Blog is actually designed for education purpose. This blog covers different areas of computer science. You can also share your problems related to computer science.