(eBook PDF) Introduction to Java Programming and Data Structures, Comprehensive Version, 11th Global Edition pdf download
(eBook PDF) Introduction to Java Programming and Data Structures, Comprehensive Version, 11th Global Edition pdf download
https://ebookluna.com/product/ebook-pdf-introduction-to-java-
programming-and-data-structures-comprehensive-version-11th-
global-edition/
https://ebookluna.com/product/ebook-pdf-introduction-to-java-programming-
and-data-structures-comprehensive-version-11/
https://ebookluna.com/product/ebook-pdf-introduction-to-java-programming-
brief-version-global-edition-11th-edition/
https://ebookluna.com/download/introduction-to-java-programming-
comprehensive-version-ebook-pdf/
https://ebookluna.com/product/ebook-pdf-java-foundations-introduction-to-
program-design-and-data-structures-5th-edition/
(eBook PDF) Data Structures and Abstractions with Java 4th Global Edition
https://ebookluna.com/product/ebook-pdf-data-structures-and-abstractions-
with-java-4th-global-edition/
(eBook PDF) Data Structures and Abstractions with Java 4th Edition
https://ebookluna.com/product/ebook-pdf-data-structures-and-abstractions-
with-java-4th-edition/
Data Structures and Abstractions with Java 5th Edition (eBook PDF)
https://ebookluna.com/product/data-structures-and-abstractions-with-
java-5th-edition-ebook-pdf/
(eBook PDF) Data Structures and Other Objects Using Java 4th Edition
https://ebookluna.com/product/ebook-pdf-data-structures-and-other-objects-
using-java-4th-edition/
(eBook PDF) Data Structures and Problem Solving Using Java 4th Edition
https://ebookluna.com/product/ebook-pdf-data-structures-and-problem-
solving-using-java-4th-edition/
6 Preface
Part I: Fundamentals of Part II: Object-Oriented Part III: GUI Programming Part IV: Data Structures and Part V: Advanced Java
Programming Programming Algorithms Ch 16 Programming
Chapter 1 Introduction to Chapter 9 Objects and Classes Chapter 14 JavaFX Basics Ch 7 Chapter 18 Recursion Chapter 32 Multithreading and
Computers, Programs, and Parallel Programming
Java
Chapter 10 Thinking in Objects Chapter 15 Event-Driven Ch 13 Chapter 19 Generics
Programming and Chapter 33 Networking
Chapter 2 Elementary Animations
Chapter 11 Inheritance and Chapter 20 Lists, Stacks, Queues,
Programming
Polymorphism and Priority Queues Chapter 34 Java Database
Chapter 16 JavaFX Controls Programming
Chapter 3 Selections and Multimedia
Chapter 12 Exception Chapter 21 Sets and Maps
Handling and Text I/O Chapter 35 Advanced Database
Chapter 4 Mathematical Chapter 31 Advanced JavaFX Programming
Chapter 22 Developping
Functions, Characters, Chapter 13 Abstract Classes and FXML Efficient Algorithms
and Strings and Interfaces Chapter 36 Internationalization
Chapter 23 Sorting
Chapter 5 Loops Chapter 17 Binary I/O Chapter 37 Servlets
Chapter 24 Implementing Lists,
Chapter 6 Methods Stacks, Queues, and Priority Chapter 38 JavaServer Pages
Queues
Part III: GUI Programming (Chapters 14–16 and Bonus Chapter 31)
JavaFX is a new framework for developing Java GUI programs. It is not only useful for
developing GUI programs, but also an excellent pedagogical tool for learning object-oriented
programming. This part introduces Java GUI programming using JavaFX in Chapters 14–16.
Major topics include GUI basics (Chapter 14), container panes (Chapter 14), drawing shapes
(Chapter 14), event-driven programming (Chapter 15), animations (Chapter 15), and GUI
controls (Chapter 16), and playing audio and video (Chapter 16). You will learn the a rchitecture
of JavaFX GUI programming and use the controls, shapes, panes, image, and video to develop
useful applications. Chapter 31 covers advanced features in JavaFX.
Part IV: Data Structures and Algorithms (Chapters 18–30 and Bonus Chapters 42–43)
This part covers the main subjects in a typical data structures and algorithms course. Chapter 18
introduces recursion to write methods for solving inherently recursive problems. Chapter 19 presents
how generics can improve software reliability. Chapters 20 and 21 introduce the Java Collection
Framework, which defines a set of useful API for data structures. Chapter 22 discusses measur-
ing algorithm efficiency in order to choose an appropriate algorithm for applications. Chapter 23
describes classic sorting algorithms. You will learn how to implement several classic data struc-
tures lists, queues, and priority queues in Chapter 24. Chapters 25 and 26 introduce binary search
trees and AVL trees. Chapter 27 presents hashing and implementing maps and sets using hashing.
Chapters 28 and 29 introduce graph applications. Chapter 30 introduces aggregate operations for
collection streams. The 2-4 trees, B-trees, and red-black trees are covered in Bonus Chapters 42–43.
Appendixes
This part of the book covers a mixed bag of topics. Appendix A lists Java keywords. Appendix B
gives tables of ASCII characters and their associated codes in decimal and in hex. Appen-
dix C shows the operator precedence. Appendix D summarizes Java modifiers and their usage.
Appendix E discusses special floating-point values. Appendix F introduces number systems and
conversions among binary, decimal, and hex numbers. Finally, Appendix G introduces bitwise
operations. Appendix H introduces regular expressions. Appendix I covers enumerated types.
Student Resources
The Companion Website (www.pearsonglobaleditions.com/Liang) contains the following
resources:
■■ Answers to CheckPoint questions
■■ Solutions to majority of even-numbered programming exercises
■■ Source code for the examples in the book
■■ Interactive quiz (organized by sections for each chapter)
■■ Supplements
■■ Debugging tips
■■ Video notes
■■ Algorithm animations
Supplements
The text covers the essential subjects. The supplements extend the text to introduce additional
topics that might be of interest to readers. The supplements are available from the Companion
Website.
Preface 9
Instructor Resources
The Companion Website, accessible from www.pearsonglobaleditions.com/Liang, contains the
following resources:
■■ Microsoft PowerPoint slides with interactive buttons to view full-color, syntax-highlighted
source code and to run programs without leaving the slides.
■■ Solutions to a majority of odd-numbered programming exercises.
■■ More than 200 additional programming exercises and 300 quizzes organized by chapters.
These exercises and quizzes are available only to the instructors. Solutions to these
exercises and quizzes are provided.
■■ Web-based quiz generator. (Instructors can choose chapters to generate quizzes from a
large database of more than two thousand questions.)
■■ Sample exams. Most exams have four parts:
■■ Multiple-choice questions or short-answer questions
■■ Correct programming errors
■■ Trace programs
■■ Write programs
■■ Sample exams with ABET course assessment.
■■ Projects. In general, each project gives a description and asks students to analyze, design,
and implement the project.
Some readers have requested the materials from the Instructor Resource Center. Please
understand that these are for instructors only. Such requests will not be answered.
Video Notes
We are excited about the new Video Notes feature that is found in this new edition. These VideoNote
videos provide additional help by presenting examples of key topics and showing how
to solve problems completely from design through coding. Video Notes are available from
www.pearsonglobaleditions.com/Liang.
10 Preface
Algorithm Animations
Animation We have provided numerous animations for algorithms. These are valuable pedagogical tools
to demonstrate how algorithms work. Algorithm animations can be accessed from the Com-
panion Website.
Acknowledgments
I would like to thank Armstrong State University for enabling me to teach what I write and for
supporting me in writing what I teach. Teaching is the source of inspiration for continuing to
improve the book. I am grateful to the instructors and students who have offered comments,
suggestions, corrections, and praise. My special thanks go to Stefan Andrei of Lamar Univer-
sity and William Bahn of University of Colorado Colorado Springs for their help to improve
the data structures part of this book.
This book has been greatly enhanced thanks to outstanding reviews for this and previous edi-
tions. The reviewers are: Elizabeth Adams (James Madison University), Syed Ahmed (North
Georgia College and State University), Omar Aldawud (Illinois Institute of Technology), Ste-
fan Andrei (Lamar University), Yang Ang (University of Wollongong, Australia), Kevin Bierre
(Rochester Institute of Technology), Aaron Braskin (Mira Costa High School), David Champion
(DeVry Institute), James Chegwidden (Tarrant County College), Anup Dargar (University of North
Dakota), Daryl Detrick (Warren Hills Regional High School), Charles Dierbach (Towson Univer-
sity), Frank Ducrest (University of Louisiana at Lafayette), Erica Eddy (University of Wisconsin at
Parkside), Summer Ehresman (Center Grove High School), Deena Engel (New York University),
Henry A. Etlinger (Rochester Institute of Technology), James Ten Eyck (Marist College), Myers
Foreman (Lamar University), Olac Fuentes (University of Texas at El Paso), Edward F. Gehringer
(North Carolina State University), Harold Grossman (Clemson University), Barbara Guillot (Loui-
siana State University), Stuart Hansen (University of Wisconsin, Parkside), Dan Harvey (Southern
Oregon University), Ron Hofman (Red River College, Canada), Stephen Hughes (Roanoke Col-
lege), Vladan Jovanovic (Georgia Southern University), Deborah Kabura Kariuki (Stony Point
High School), Edwin Kay (Lehigh University), Larry King (University of Texas at Dallas), Nana
Kofi (Langara College, Canada), George Koutsogiannakis (Illinois Institute of Technology), Roger
Kraft (Purdue University at Calumet), Norman Krumpe (Miami University), Hong Lin (DeVry
Institute), Dan Lipsa (Armstrong State University), James Madison (Rensselaer Polytechnic Insti-
tute), Frank Malinowski (Darton College), Tim Margush (University of Akron), Debbie Masada
(Sun Microsystems), Blayne Mayfield (Oklahoma State University), John McGrath (J.P. McGrath
Consulting), Hugh McGuire (Grand Valley State), Shyamal Mitra (University of Texas at Austin),
Michel Mitri (James Madison University), Kenrick Mock (University of Alaska Anchorage), Frank
Murgolo (California State University, Long Beach), Jun Ni (University of Iowa), Benjamin N ystuen
(University of Colorado at Colorado Springs), Maureen Opkins (CA State University, Long Beach),
Gavin Osborne (University of Saskatchewan), Kevin Parker (Idaho State University), Dale Par-
son (Kutztown University), Mark Pendergast (Florida Gulf Coast University), Richard Povinelli
(Marquette University), Roger Priebe (University of Texas at Austin), Mary Ann Pumphrey (De
Anza Junior College), Pat Roth (Southern Polytechnic State University), Amr Sabry (Indiana Uni-
versity), Ben Setzer (Kennesaw State University), Carolyn Schauble (Colorado State University),
David Scuse (University of Manitoba), Ashraf Shirani (San Jose State University), Daniel Spiegel
(Kutztown University), Joslyn A. Smith (Florida Atlantic University), Lixin Tao (Pace University),
Ronald F. Taylor (Wright State University), Russ Tront (Simon Fraser University), Deborah Trytten
(University of Oklahoma), Michael Verdicchio (Citadel), Kent Vidrine (George Washington Uni-
versity), and Bahram Zartoshty (California State University at Northridge).
It is a great pleasure, honor, and privilege to work with Pearson. I would like to thank Tracy
Johnson and her colleagues Marcia Horton, Demetrius Hall, Yvonne Vannatta, Kristy Alaura,
Carole Snyder, Scott Disanno, Bob Engelhardt, Shylaja Gattupalli, and their colleagues for
organizing, producing, and promoting this project.
As always, I am indebted to my wife, Samantha, for her love, support, and encouragement.
Preface 11
Chapter 3 Selections 97
3.1 Introduction 98
3.2 boolean Data Type 98
3.3 if Statements 100
3.4 Two-Way if-else Statements 102
3.5 Nested if and Multi-Way if-else Statements 103
3.6 Common Errors and Pitfalls 105
3.7 Generating Random Numbers 109
3.8 Case Study: Computing Body Mass Index 111
3.9 Case Study: Computing Taxes 112
3.10 Logical Operators 115
3.11 Case Study: Determining Leap Year 119
3.12 Case Study: Lottery 120
3.13 switch Statements 122
12
Contents 13
3.14 Conditional Operators 125
3.15 Operator Precedence and Associativity 126
3.16 Debugging 128
Chapter 20 L
ists, Stacks, Queues, and
Priority Queues 797
20.1 Introduction 798
20.2 Collections 798
20.3 Iterators 802
20.4 Using the forEach Method 803
20.5 Lists 804
20.6 The Comparator Interface 809
20.7 Static Methods for Lists and Collections 813
20.8 Case Study: Bouncing Balls 816
20.9 Vector and Stack Classes 820
20.10 Queues and Priority Queues 821
20.11 Case Study: Evaluating Expressions 825
Chapter 29 W
eighted Graphs and
Applications 1107
29.1 Introduction 1108
29.2 Representing Weighted Graphs 1109
29.3 The WeightedGraph Class 1111
29.4 Minimum Spanning Trees 1119
29.5 Finding Shortest Paths 1125
29.6 Case Study: The Weighted Nine Tails Problem 1134
Chapter 30
Aggregate Operations
for Collection Streams 1145
30.1 Introduction 1146
30.2 Stream Pipelines 1146
30.3 IntStream, LongStream, and DoubleStream 1152
30.4 Parallel Streams 1155
30.5 Stream Reduction Using the reduce Method 1157
30.6 Stream Reduction Using the collect Method 1160
30.7 Grouping Elements Using the groupingby Collector 1163
30.8 Case Studies 1166
Appendixes 1177
Appendix A Java Keywords 1179
Appendix B The ASCII Character Set 1180
Appendix C Operator Precedence Chart 1182
Appendix D Java Modifiers 1184
Appendix E Special Floating-Point Values 1186
Appendix F Number Systems 1187
Appendix G Bitwise Operations 1191
Appendix H Regular Expressions 1192
Appendix I Enumerated Types 1197
Animations
1
Introduction
to Computers,
Programs, and Java™
Objectives
■■ To understand computer basics, programs, and operating systems
(§§1.2–1.4).
■■ To describe the relationship between Java and the World Wide Web
(§1.5).
■■ To understand the meaning of Java language specification, API, JDK™,
JRE™, and IDE (§1.6).
■■ To write a simple Java program (§1.7).
■■ To display output on the console (§1.7).
■■ To explain the basic syntax of a Java program (§1.7).
■■ To create, compile, and run Java programs (§1.8).
■■ To use sound Java programming style and document programs properly
(§1.9).
■■ To explain the differences between syntax errors, runtime errors, and
logic errors (§1.10).
■■ To develop Java programs using NetBeans™ (§1.11).
■■ To develop Java programs using Eclipse™ (§1.12).
Discovering Diverse Content Through
Random Scribd Documents
The Project Gutenberg eBook of College Men
Without Money
This ebook is for the use of anyone anywhere in the United States
and most other parts of the world at no cost and with almost no
restrictions whatsoever. You may copy it, give it away or re-use it
under the terms of the Project Gutenberg License included with this
ebook or online at www.gutenberg.org. If you are not located in the
United States, you will have to check the laws of the country where
you are located before using this eBook.
Language: English
C. B. RIDDLE
NEW YORK
THOMAS Y. CROWELL COMPANY
PUBLISHERS
Copyright, 1914
By THOMAS Y. CROWELL COMPANY
Published June, 1914
CONTENTS
PART I
PAGE
A Mother’s Desire Realized—Ames 1
“Magna Cum Laude”—Aspinall 5
Task Worth While—Clark 8
Making Odd Hours Pay—Day 12
The College Store—Dodge 15
Brother Helps Brother—Draper 19
The College Inspiration—Dyer 24
Overcoming Hardships—Frazier 29
The Dignity of Service—Fox 35
A Happy Misfortune—French 42
Finding One’s Place—Gernert 47
“The Tarheel”—Gunter 49
No Work Too Hard—Halfaker 53
Cultivating Side Lines—Heller 60
A Smiling Self-Reliance—Hughes 65
A Mother’s Influence—Kendall 67
Riches More of a Handicap than Poverty—Lawrence 75
The Will and the Way—McCuskey 79
Keep Good Company—McLeod 82
The Democracy of a College—Moon 83
Obeying the Call—Morgan 88
Determination and Steadfastness Wins—Mosley 91
Making Oneself Useful—Nelson 96
A Faith “Divinely Simple”—Nicks 112
One Who Knows It Can Be Done 115
Difficulty and Willingness Are Enemies—Rowland 120
Faithful in Little Things—Saunders 126
From Janitor to College President—Staley 134
Starting with Five Dollars 138
From Good to Better—Swain 142
A Task with a Moral—Traynor 146
From the University of Denver Bulletin 151
The Fraternity of Workers—Van Ruschen 157
How the Physical Side Helped—Wade 162
The Way Always Open—Walters 167
The Victory that Overcometh the World—Watkins 171
Opportunities Make us Known—Wentzel 177
Making Play out of Work—Wiggins 185
Nothing Succeeds Like Success—Wright 189
Work a Stimulus to Ambition 194
The University as a Goal 200
PART II
Working to Make Himself a More Useful Man—Bassford 205
Many Lanes of Usefulness—Boswell 208
Another Example of the Willing Heart—Daft 212
Difficulties Prepare for Real Work—Frye 215
Pluck Rather than Luck—Henry 221
Poverty Is Not His Master—Johnson 225
Defeat Does Not Mean Failure—Johnson 228
“Start Right”—Johnson 230
The Real Question—Jorgenson 233
Willingness to Work a Great Asset—Moore 239
Keep on Trying—Omahart 242
Optimism is an Asset—Oxley 245
The Desire for Something Better—Patrick 249
Determination versus Poverty—Porter 252
The Real Needs of the World—Rankin 255
The One Who Succeeds is the One Who Tries—Scurr 257
The Help Yourself Club—Sellars 261
The How and The Why—Shinn 263
Making Use of Every Opportunity—Smith 266
Education Worth the Price—West 273
Work no Class Barrier—Wright 280
PART III
How to Work One’s Way through College—Brown 283
Does a College Education Pay? 286
PREFACE
Having entered the preparatory schools with 94 cents, and college
with less, and knowing that the greater number of those who control
the affairs of the nation and who strive to make the country better,
are men and women who did likewise, the thought for this book
entered my mind. The first aim was to collect matter from students
only, but this was changed. The main part of the book contains
articles from college and university graduates. The last part of the
book contains contributions from students now in college, and shows
how the actual thing of working one’s way through college or
university is being done. A few of the articles which go to make this
volume were used as a special series in the Raleigh Times, Raleigh,
North Carolina, and requests from various parts of the country were
received by the compiler for the production of the series.
The object of the compiler is not to praise the merits of those who
have succeeded, but to point a moral to young men and women who
desire an education and have small means. A prominent editor says:
“The history of college education among English speaking people is
now about one thousand years old. It began with the University of
Oxford in England, which has been in existence a decade of
centuries. It has spread to many lands, but in all lands it has been
about the same to the poor boy. It can be truly said that he has
never seen an age or a country or a college where he had an easy
time in getting his diploma. It has always been a fearful struggle for
him, and it will doubtless continue to be. But it is also true that the
brightest pages, the very brightest, in all our long educational
history are those that record the triumphs of the poor boy. And his
triumphs are written throughout that great period. He has
demonstrated a thousand times over that ‘where there is a will there
is a way,’ that ‘poverty does not chain one to the soil.’”
So, my efforts have been to help rather than to praise, to make the
past a great light for the future, and to pave the way for more
college men not blessed with wealth. If this volume serves to aid
one in these directions I shall be glad.
C. B. Riddle.
Elon College, N. C.
March 16, 1914.
PART I
A MOTHER’S DESIRE REALIZED
FORREST B. AMES, B.A.
For two years of my college course I lived at home and went to and
from the University each day. To earn money I tended a furnace and
shoveled snow, pumped a church organ, and occasionally sold
tickets at various entertainments in the Bangor City Hall. In the fall
of the sophomore year I won a first prize of fifteen dollars in the
annual sophomore declamations. During the summer between my
first and second years in college I worked as an amateur landscape
gardener, caring for lawns and gardens and doing odd jobs of all
kinds. For the greater part of the summer following the second year
I worked as a carpenter. I also tried the work of book agent, but
made little headway at that.
In amount of money earned in all ways, my senior year was the best
of my entire college course. During the Christmas recess I worked as
floor-walker in a store, and during the spring vacation again took
school census, this time in a larger ward which returned me more
money. I won fifty dollars in an intercollegiate speaking contest, and
earned nearly sixty-five dollars as substitute teacher in Bangor high
school. These amounts, combined with my previous savings, or what
was left of them, and an advance from the same friend, enabled me
to graduate from the University of Maine in 1913 with all bills paid,
but burdened with a great debt of gratitude that I can never
properly pay.
As I look back over my college course, I feel that it was worth all the
work that I was obliged to do.
Orono, Maine.
“MAGNA CUM LAUDE”
REV. RICHARD ASPINALL, B.A., M.A., B.D.
After consultation with the Dean I found that I needed one year to
complete the college entrance requirements. During the next
summer I made enough money to pay my few debts; so I returned
to the college square with the world. A few weeks after school
opened, I went to our conference and was assigned to a circuit in
close proximity to the College, which paid me $360 for the year.
There were six appointments on the circuit; each congregation
wanted me to hold a protracted meeting and I had to hire a horse
every Sunday, for the average distance for me to travel was twenty
miles a Sunday.
I was returned a second year. The salary was increased $50.00, and
for a time I was passing rich. But troubles were plentiful, sometimes.
I was going out on a mission of good cheer, riding thirty miles on
Sunday—it may be in sleet and snow, and the steward had been
able to collect only $3.21, when I needed much more than that to
pay my board bills. Then when I could succeed in casting these
gloomy thoughts from my mind, in would rush the inspiring thoughts
of my Latin, Greek, Hebrew and Math., all fighting for first
consideration. Notwithstanding, given good health, one can get
through. It has been done and can be done again, is part of my
philosophy.
The last two years saw me on another charge, paying much more
money, but a much more difficult field, mentally. I was able to
graduate, free from debt, though I had seldom been so during the
whole five years. I feel as though I have a right to say that I did not
slight my work, for I was graduated “Magna cum Laude” and took a
few other honors besides.
Madison, N. J.
TASK WORTH WHILE
THOMAS ARKLE CLARK, B.L., DEAN OF MEN, UNIVERSITY OF ILLINOIS
When I was a little boy my father had formed the plan of sending
me to college when I should have reached the proper age, but he
died when I was scarcely fifteen years old, and my hope of ever
securing a college education vanished. Seven years later, when I was
twenty-two, a chance experience renewed within me the desire to
go to college, and I laid my plans accordingly.
I had little money, though I had been teaching school two years and
had also been farming for myself. It seemed to me then, and I feel it
much more strongly now that I have had an experience with
hundreds of other students in a similar situation, that it would be
better to delay beginning my college course until I had saved
enough money to give me a good start. This I did, farming another
year and spending an additional winter in teaching a country school.
When I was ready to enter college I had money, which I had myself
earned, more than sufficient to pay all of my college expenses for
two years.
I had not been in college long before I saw that the fellow with no
special talent or training is very much handicapped in earning his
living. Such a man must take what work he can get, and must
usually work at a minimum wage. Often, too, the only work which he
can get is mere drudgery. The man who can sing or can play a
musical instrument well, the man with a trade, or a particular fitness
for any special sort of work, can earn his living more quickly and
more pleasantly than can the man who must confine himself to
unskilled labor.
Urbana, Ill.
MAKING ODD HOURS PAY
REV. JONATHAN C. DAY, A.B., D.D.
My mother died when I was fourteen years of age. It was about this
time that I began to try to attend public schools regularly although
ours were poor. At the age of seventeen I had my first five
consecutive months of school. This gave me a taste for more
knowledge, since here we were studying geography and history and
those branches which gave us some knowledge of a larger world
than we mountain boys knew.
Since I have been regularly in the ministry, I have many times given
thanks for the Providence that made it necessary for me to get what
little I did get in the way of education through this long course of
labor, manual and mental. Many encouragements came along the
way. There were many kind friends who, without my solicitation,
have helped me at various times. I believe that the man who tries
will always find much encouragement.
My father, who aided me to the extent of $50 the first year, went to
Burlington a short while before College was to open and held an
interview with Professor J. S. Hills, the Dean of the Agricultural
Department. It ended in my securing the work of “sampler” at the
Experimental Farm. The work included getting up at five o’clock
every morning and going out to the barn and “sampling” and
“weighing” the milk from fifty odd cows. There were two of us that
did this work. When there was nothing ahead we would help in the
milking. This required about two hours in the morning. At five o’clock
in the afternoon the same work had to be done. If any of the
readers have ever done this kind of work they can well appreciate
my circumstances. For remuneration, I received fifteen cents an hour
and was able to earn an average of twelve dollars a month, from
which I paid my board. This consisted of one meal in a boarding
house and two in my room. Although the work was rather
undesirable in many respects, I have, nevertheless, many times
thanked fortune for it. On Saturdays, I had a job emptying ashes
and carrying coal for a woman down town, and in the winter I kept
her roof and walks clean. In this way I picked up a neat sum. I did
this work all the first year of college. During the summer I was very
fortunate in securing a position at the Experiment Station under
Professor Washburn (the head of the Dairy Division) for $40 a
month, working nine hours a day. Along with this I kept my work at
the farm so I managed to get $55 or more a month. Most of this I
saved to help me in my sophomore year.
When the three months’ summer vacation was over, I still retained
my work at the farm and kept it during the whole year. My father
occasionally sent me a little money, and I got along as well as I
could. During my sophomore year my uncle died and left me a small
sum of money, but I used only $50 of it during my sophomore year.
During my summer recess in that year I again worked for Professor
Washburn on his books and experiment work. I received the
immense wage of $45 a month, and still worked at the Farm, so I
managed to obtain about $60 per month. I worked the whole three
months, and then I decided to change my work.
In June I decided to buy the “College Store,” as it was for sale, but
how was I to pay $729 when I didn’t have it? I wrote to a relative of
mine in regard to the money, but he would not lend me the money
without a note signed by myself, father and grandfather for security.
I thought there must be another way to obtain it, so I went down
town and conferred with Mr. G. D. Jarvis, a merchant in the city. He
had known me for two years, and had taken a strong interest in me,
and after knowing my circumstances he told me he would lend me
the money. Of course, I had no property to give as security; but Mr.
Jarvis knew me and took my note as security for the money wanted.
I paid $600 down for the store and gave a note for the balance, the
first of June. So I became owner of the “College Store” for my senior
year. During the summer I went to Nova Scotia and worked in a
creamery in Brookfield, doing the helper’s work. I wanted to learn
creamery work and I thought that was my opportunity; so I took it. I
received $12 a month and board. I came back to college no richer
financially, but richer in knowledge. I opened my store at the
opening of school, and I earned enough to pay my expenses
through my last year. I sold it in the spring to another student and
paid Mr. Jarvis.
Morrisville, Vermont.
BROTHER HELPS BROTHER
HENRY F. DRAPER, B.A.
Before her marriage my mother had taught school and many of her
best friends and mine were teaching school at the time of my
graduation from the high school. This and perhaps more particularly
the further fact that I had received good grades at school seemed
logically to suggest that by teaching school I should earn money for
a college education. But during the summer of 1896, and, again the
next year, I sought in vain to persuade country school boards that I
was the proper person to teach the youth of their district. They
considered me rather young and forsooth lacking in experience,
which I was seeking a chance to secure. And so I was saved from
becoming a poor school teacher.
The spell of the college was now strong upon me and I wanted to
continue until I could secure a bachelor’s degree. To so shape my
course during the next three years as to correct the irregularities of
my “special” course was a task, especially since I was now vitally in
newspaper work and desired more courses in history and English
than the schedule permitted for a regular student.
Our website is not just a platform for buying books, but a bridge
connecting readers to the timeless values of culture and wisdom. With
an elegant, user-friendly interface and an intelligent search system,
we are committed to providing a quick and convenient shopping
experience. Additionally, our special promotions and home delivery
services ensure that you save time and fully enjoy the joy of reading.
ebookluna.com