Showing posts with the label marksShow All
find result and  grade using c++

free sourse code use this code 2 .........................................................................................  #include<iostream> using namespace std; void main() { float math; float physics; float eng…

code for making result of your subject by C++

the code is  #include<iostream> using namespace std; void main() { int a; int b; int c; int d; int e; int f; int total=240; cout << "please enter your marks" << endl; cout << &q…

Load More That is All