Episodes
Learn how to manipulate strings in various ways. Also, we touch a little on Applets and graphics in this lesson.
Published 05/20/21
Expanding on last week’s lesson, we take a look at how to interact with users in new ways. Scanner objects can be used to read in more than just text strings! Listen in to find out more!
Published 05/13/21
Learn how to create a software program utilizing the Scanner object. In Java, Scanner allows the user to input text and is a good first step in creating interactive programs.
Published 05/06/21
Looking at mathematical expressions in Java that employ integers and doubles. Exploring how these get used and computed.
Published 04/29/21
Describing how to assign a new value to an integer once it has been declared with a given value. Also, I’m learning how to REST, in multiple ways.
Published 04/22/21
How to create and use an integer in a Java program/code.
Published 04/15/21
Learn about how to use character sequences in strings to help format things the way you want them (tab, new line, etc.).
Published 04/08/21
Exploring how to concatenate strings in Java, and also how to perform mathematical operations and print them out.
Published 04/01/21