• 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

urgent

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
pls give the programme to read a file from the txt file.
in txt file data is like this name students score.
retreave the dat in to array.
print the average score and the highest score on the console .
Using the arrays.


Arjun
thanks in advance.
bye
 
Ranch Hand
Posts: 1296
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ummm... This sounds like a homework assignment. I'm sure everyone here at the 'ranch would love to help, show us what you have so far, and where you are having trouble.
 
Ranch Hand
Posts: 77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi, krishna.....
here is ur homework answer



/* program for calculating the avg and displaying the highest marks
and name and names of below avg studens */

[ EFH: Deleted ]
[ March 07, 2006: Message edited by: Ernest Friedman-Hill ]
 
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You don't help people by handing them answers. JavaRanch is about helping people learn, not about helping them cheat. Don't do that again, please.
 
kotha vijaybabu
Ranch Hand
Posts: 77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
sorry Earnest
iam so sorry......


vijay
 
(instanceof Sidekick)
Posts: 8791
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Arjun, the ranch can be a fun place to get help if you pick up the style. What have you done so far? Where are you stuck? The best way to show us that is to post the code you have and see if we can give you some hints where to go next. You'll learn a lot more if we make you work a bit harder at it.
 
arjun krishna
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry James.
I wont repeat the mistakes.

Arjun
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hey man
R u cheking others knowledge
u ask entire Program
this is not correctway to learn,
ask doubts where u feel difficulty
ok bye
 
reply
    Bookmark Topic Watch Topic
  • New Topic