https://github.com/jxck-s/cop2800
Programming with Java (COP2800) at LSSC
https://github.com/jxck-s/cop2800
Last synced: 3 months ago
JSON representation
Programming with Java (COP2800) at LSSC
- Host: GitHub
- URL: https://github.com/jxck-s/cop2800
- Owner: Jxck-S
- Created: 2025-02-11T22:05:24.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-11T22:08:50.000Z (3 months ago)
- Last Synced: 2025-02-11T23:25:17.595Z (3 months ago)
- Language: Java
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Programming with Java (COP2800)
## Lake-Sumter State College - Spring 2021This repository contains my Java exercises and projects for **COP2800 - Java Programming** at Lake-Sumter State College during **Spring 2021**.
## Contents
- Java exercises and assignments (`Exercise_XX_XX.java`, etc.)
- Personal practice programs (`mine.java`, `bruh.java`, etc.)
- Class-related projects and examples## Usage
To compile and run any of the Java programs, use the following commands:```bash
javac filename.java
java filename