• Users
  • john99999999999999999999

User profile: john99999999999999999999

User info
User name:john99999999999999999999
History
Joined:
Number of posts:16
Latest posts:

HOW TO DISPLAY THREE PER LINE?
The output section only print one state per line. How can i print 3 states per line? [code] getlin...

HOW DO I ROUND THE OUTPUT?
[code] while(!fin.eof()) { for(int n=0;n<43;n++) { tempo.statename[n]=temp.name; ...

CAN YOU FIND THE ERRORS?
Write your answer here. [code] int hailstonelength(int n) { int length = 0; while (n >= 1) { l...

How to read this information from file?
how do i read this information from text file? the first number tells me how many test scores the...

How do I skip over columns when reading from text file
Thanks guys. Helped me alot