In today’s computing lesson, the focus was on methods in programming, specifically the use of return values. The instructor explained that methods can accept parameters and return values, highlighting the importance of the keyword “return” in defining methods that output data. Various examples were provided, illustrating how to create methods with different data types and corresponding return values, as well as how to call these methods within a main class. Additionally, the lesson touched on methods that can have multiple return values and how to handle them appropriately in code.