User Profile
Collapse
-
Thank you now is working me too and please can you show me how to store above information or data into file name "Grade Report" and show me with with simple example. -
A program that accepts the information and calculated CGPA
i want to display the grade report of two students in the table but this code will repeat the grade report of one student in the tables and what is wrong with this code below ?
please guy just help me !!
#include<iostre am>
#include<string >
#include<fstrea m>
using namespace std;
class student{
private:
string fname;
string lname;... -
A program that accepts two students information & calculate GCPA.
Help me !! what is wrong in this code the program should calculate and display two students information in that users has entered .
#include<fstrea m>
#include<iostre am>
#include<string >
using namespace std;
class student{
private:
string name ;
char sex;
string...Leave a comment:
-
Write C++ program that calculate students CGPA and store in to file name
#include<fstrea m>
#include<iostre am>
#include<string >
using namespace std;
class student{
private:
string fname;
string lname ;
char sex;
string id;
char grade[20];
int year;
int semester;
int ncourse ;
string coursename[20];...
No activity results to display
Show More
Leave a comment: