• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Help needed

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Need some quick help. Its for my first year project for university and am having trouble getting started (due partly to being a bad programmer and partly because going for a drink with friends is more appealing). I have been asked to
Read in a variable number of portfolios from the text
file exampleportfolios.txt. the first integer
in this file is the number of portfolios it contains
. You should create an array in the main method
to store these portfolios (open the text file
and varify the the format).
any help would be much appreciated for any part of the problem. Thank you
 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Surely you don't want someone else to do the assignment for you. When I was in class, people gave money to geeks for things like that. But no money changes hands here (even though some of us are geeks), so the best we can do is help you with code that isn't working. What do you have so far?
reply
    Bookmark Topic Watch Topic
  • New Topic