Posts
Showing posts from September, 2020
RAM VS ROM || Difference between them along with their types ( Urdu || ...
- Get link
- X
- Other Apps
Structure in c++ || Theory & Program Example || Muhammad Hashmi || MH Computer Academy
- Get link
- X
- Other Apps
Profit Loss Program in C++ || Practice Program in C++ || MH || Computer ...
- Get link
- X
- Other Apps
C# Tutorial For Beginners in Urdu/Hindi || Introduction to C# Programmin...
- Get link
- X
- Other Apps
How to Calculate GPA/CGPA || GPA Calculator Step by Step in C++ ||Sourc...
- Get link
- X
- Other Apps
// 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...
- Get link
- X
- Other Apps
How to Recover Permanently Deleted Files in Windows 10/8/7 || Free || MH...
- Get link
- X
- Other Apps
How to Create Like & Subscribe Button For YouTube Video || MH Computer ...
- Get link
- X
- Other Apps