1 / 3

GENERATE 500 LINES OF FACULTY DATA WITH EACH LINE CONSISTING OF ROW NUMBERS/TUTORIALOUTLET DOT COM

Create a data file named %YourName%_Test1.txt with a header and 500 lines of faculty member data. Each line in the file should consist of a faculty members first name, last name, rank, and salary. The faculty member’s first name and last name for the ith line are FirstNamei and LastNamei. The rank is randomly generate as assistant, associate, and full.

albert0008
Download Presentation

GENERATE 500 LINES OF FACULTY DATA WITH EACH LINE CONSISTING OF ROW NUMBERS/TUTORIALOUTLET DOT COM

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. GENERATE 500 LINES OF FACULTY DATA WITH EACH LINE CONSISTING OF ROW NUMBERS/TUTORIALOUTLET DOT COM

  2. GENERATE 500 LINES OF FACULTY DATA WITH EACH LINE CONSISTING OF ROW NUMBERS/TUTORIALOUTLET DOT COM Generate 500 lines of faculty data with each line consisting of row number FOR MORE CLASSES VISIT www.tutorialoutlet.com Create a data file named %YourName%_Test1.txt  with a header and 500 lines of faculty member data.  Each line in the file should consist of a faculty members first name, last name, rank, and salary.  The faculty member’s first name and last name for the ith line are FirstNamei and LastNamei. The rank is randomly generate as assistant, associate, and full.  The salary is randomly generated as a number with two digits after the decimal point.  The salary for an assistant professor should be in the range from 50,000 to 80,000, for associate professor from 60,000 to 110,000, and for full professor from 75,000 to 130,000.

  3. GENERATE 500 LINES OF FACULTY DATA WITH EACH LINE CONSISTING OF ROW NUMBERS/TUTORIALOUTLET DOT COM THANK YOU

More Related