- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
3 Posted Topics
This assignment I must read this .DAT file the instructor has given to me, and print out the information from it. The .DAT file is for a two-way array It has 6 rows and 8 colloumns well I have ran into a couple of problems [code] #include <iostream.h> #include <fstream.h> … | |
[code] #include <iostream> // stream #include <cmath> // math functions #include <cctype> // toupper using namespace std; int main() { int jul1; int jul2; int diff; int jdate; int toupper; char ans = 'Y'; do { jul1 = jdate(); /* Term does not evaluate to a function */ jul2 = … | |
"Develop a program that can be used to calculate the number of days between any two days from 1/1/1900 through 12/31/2099 The main program will call the same function twice- once for each date and have an integer returned to it each time. The function will prompt for a year, … |
The End.