Sign in / Register

1. Java Basics1. Java Basics

First tutorial course demonstrates the Internet Guru Academy dashboard. All classes can be solved using its integrated components. The course requires no prior knowledge.

  • Viewing as an unsigned user.
  • Login to start working on classes.
  • Age: 2023-03-23T16:27:31+0000Age2023-03-23T16:27:31+0000 Status: unknownStatusunknown Updates: unknownUpdatesunknown
  • 1. Input and OutputInput and output By completing this chapter, you will learn how to print output, read input and concatenate strings.
  • Viewing as an unsigned user.
  • Login to start working on classes.
  • Code Style: 100 %Code Style100 % IO Tests: 4/16IO Tests4/16 Age: 2023-03-23T11:34:13+0000Age2023-03-23T11:34:13+0000 Status: unknownStatusunknown Updates: unknownUpdatesunknown
  • 2. If and SwitchIf and switch conditions Some code needs to be executed only if certain conditions are met. There are three statements to handle conditions: if, if-else, and switch.
  • Viewing as an unsigned user.
  • Login to start working on classes.
  • Age: 2023-03-22T10:43:22+0000Age2023-03-22T10:43:22+0000 Status: unknownStatusunknown Updates: unknownUpdatesunknown
  • 3. For and While LoopsFor and while loops Loops are used to execute code blocks repeatedly until a particular condition is satisfied. In Java there are three types of basic loops: for, while and do-while.