Skip to content

Erenkx/MIT-6.092

Repository files navigation

MIT 6.092: Introduction to Programming in Java

This repository contains my solutions to the assignments from the online course MIT 6.092: Introduction to Programming in Java (January IAP 2010).

The course introduces software engineering concepts using the Java programming language. It emphasizes developing high-quality, working software to address real-world problems.

Table of Contents

Repository Structure

The repository is organized by assignments, with each folder containing:

  • My solution to the corresponding assignment.

The official assignment descriptions can be found on the course website and are accessible here.

Prerequisites

Before running the solutions in this repository, ensure your system meets the following requirements:

Usage

  1. Clone the repository:

    git clone https://github.com/Erenkx/MIT-6.092.git
    cd MIT-6.092
  2. Navigate to the desired assignment folder:

    cd "Assignment 1"
  3. Compile and run the Java files using the following commands:

    javac AssignmentName.java
    java AssignmentName

Acknowledgments

This repository is inspired by the course MIT 6.092: Introduction to Programming in Java (January IAP 2010), offered by MIT OpenCourseWare.

Special thanks to MIT OpenCourseWare for providing free and accessible educational resources, enabling self-learners worldwide to expand their knowledge.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages