akosiraff

Download ReadArrayFromFile

Nov 13th, 2014
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/readarrayfromfile/
  3. Design an application that will populate an array of elements from a text file with the following information: John, Mary, Larry, Sally, Joe, Jack, Harre, Paul, Nora, Gore, Sam, Yam, Ham, Bam, Ian, Fin, Pool, Rase.
  4. Display all the names in a list box reading information from an array file.
  5. Backup the array into another one.
  6. Create another 2 other list boxes with the following information:
  7. AGE SALARY HOURLY RATE
  8. 43 50
  9. 32 20
  10. 55 34
  11. 32 22
  12. 43 15
  13. 12 18
  14. 45 34
  15. 60 43
  16. 43 12
  17. 34 10
  18. 77 65
  19. 23 43
  20. 21 33
  21. 45 12
  22. 66 88
  23. 92 0
  24. 43 44
  25. 18 12
  26. Populate a 2 dimension array with the information from both list boxes.
  27. Read the information from the 2 dimension array and calculate how much the company pays all the employees per hour.
  28.  
  29. Download: http://solutionzip.com/downloads/readarrayfromfile/
Add Comment
Please, Sign In to add comment