/java-code

Code completed in an introductory javascript programming course.

Primary LanguageJava

Java Code Repo

This repo is a repo of all the java code from an introductory course in javas programming. I used java version 23 to compile and test the code.

input.java

This file contains different ways to accept input and read from a scanner.

basics.java

This is a file with information about basic structures such as variubles if else logic and a for loop

letters.java

Some experimentation with char shifts

random.java

simple function and demonstration of how to generate a random number

arrays.java

Functions to generate and print arrays