Continued coverage of the Java Scanner example, this time run on Linux. To find the start of this thread, along with the source code of my Java Scanner example, see my post here. I discuss a test run on Windows …

The Java Scanner example: the Linux test run Read more »

Tagged with: , , , , , , ,

The tutor continues discussing yesterday’s Java Scanner example.   In yesterday’s post I introduced a short program to test an instance of the Java Scanner. As of today, I’ve tried the program on both my Windows and my Linux systems. …

The Java Scanner example, continued Read more »

Tagged with: , , , , , ,

For many living in today’s society, the equivocal answer is an essential tool. Many a person in a responsible position feels they are a glorified servant.  Why? Because they have power, they are often asked for things.  They can just …

English: the unequivocal truth Read more »

Tagged with: , , , ,

The tutor continues exploring annuities.   In my previous post I introduced the idea of an annuity with an example. That example had each payment at month’s-end; hence, it was an ordinary annuity. With an annuity due, the payment is …

Financial math: ordinary annuity versus annuity due Read more »

Tagged with: , , , , ,

Financial math awaits many students.  The tutor introduces annuities. From the point of view of a typical consumer, an annuity is the reverse of a loan.  The consumer becomes the lender, while the institution pays them back, often with monthly …

Financial math: annuities, part I Read more »

Tagged with: , , , , ,

The tutor explains a few details about yesterday’s program. The program, with the while loop and its support code added in orange, is as follows: #!/usr/bin/perl %maritimecapitals=(‘NB’,’Fredericton’,’NS’,’Halifax’,’PEI’,’Charlottetown’); $prov = ‘Y’; while($prov ne ‘X’ && $prov ne ‘x’){ print “Hello. Which …

Perl: some explanation of yesterday’s while loop Read more »

Tagged with: , , , , , , ,