Posts

Showing posts from September, 2020

DOSBOX Problem Solved || DOSBOX not Running || DOSBOX Not opening on Win...

Image

RAM VS ROM || Difference between them along with their types ( Urdu || ...

Image

Structure in c++ || Theory & Program Example || Muhammad Hashmi || MH Computer Academy

Image

Profit Loss Program in C++ || Practice Program in C++ || MH || Computer ...

Image

C# Tutorial For Beginners in Urdu/Hindi || Introduction to C# Programmin...

Image

How to Calculate GPA/CGPA || GPA Calculator Step by Step in C++ ||Sourc...

Image
// Special Thanks to Mr. Muhammad Hashmi  #include<iostream> #include<conio.h> using namespace std; //First Function void calculateGPA() {   // SubScribe to MH Computer Academy //https://www.youtube.com/watch?v=LRPbCtN1EbI&t=907s    int NoOfSubs;    double credits[NoOfSubs];    double points[NoOfSubs];    double sum=0;    double total;    double totalCredits=0;    system("cls");    cout<<"------------------------------------------------"<<endl;    cout<<"|                GPA Calculator                |"<<endl;    cout<<"------------------------------------------------"<<endl;    cout<<"Enter No of Subjects: ";    cin>>NoOfSubs;    cout<<endl;    for(int i=1;i<=NoOfSubs;i++)   ...

Intro to MYSQL | MYSQL tutorials for beginners | MYSQL basics | MYSQL co...

Image

How to Recover Permanently Deleted Files in Windows 10/8/7 || Free || MH...

Image

How to Create Like & Subscribe Button For YouTube Video || MH Computer ...

Image