Skip to content

loutee/java-uog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

University of Geeks: Java Programming

Programs and files made while following Java tutorials.

examples

  • MyFirstJavaProgram.java

      A hello world program
    
  • AreasAndVolumes.java

      A class showing a variable declaration
    
  • TernaryOperatorsDemo.java

      A program showing a ternary operator
    
  • DoWhileExample.java

      A program showing a do while loop
    
  • IfExample.java

      A program showing if statements
    
  • IfElseExample.java

      A program showing an if else statement
    
  • NestedIfExample.java

      A program showing a nested if statement
    
  • NestedIfElseExample.java

      A program showing a nested if else statement
    
  • SwitchExample.java

      A program showing a switch statement
    
  • TestStringConcatenation1.java

      A program showing a string concatenation
    
  • TestStringConcatenation2.java

      A program showing a string concatenation with primitive values
    
  • TestStringConcatenation3.java

      A program showing a string concatenation with concat() method
    
  • StringBufferExample.java

      A program demonstrating the usage of a StringBuffer
    
  • TestArray.java

      A program showing an array
    
  • BankAccount.java

      A program showing an inner class
    
  • AnonymousClassDemo.java

      A program showing anonymous class syntax
    
  • NumberCarrier.java

      Used by AnonymousClassDemo.java
    

hands-on

Assignments from each section

  • Section 1: Hello, Udemy

      Write a code that outputs "Hello, Udemy"
    
  • Section 3: The Inventory System

      Create an inventory system with at least 5 items and let the user select
      the item they wish to use.
    
  • Section 4: Palindrome

      Create a program that checks if the string entered by the user is a palindrome.
    
  • Section 4: Grading System

      Create a program that provides a letter grade for a scale
    

About

Files from following the java programming course by University of Geeks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages