User Profile
Collapse
-
BTW THIS IS C++ NOT C codes -
How to use While Loop with Student Registration Fee Lab
Code:# include <iostream> # include <fstream> # include <iomanip> # include <cstdlib> // needed for exit () using namespace std; int main() { ifstream inFile; ofstream outFile; inFile.open("registration.txt"); // attempt to open the file for input Student ID first { char registration; if (!inFile.fail()) // if it
No activity results to display
Show More
Leave a comment: