Skip to main content

Overview

Actividad-1 is a Java console application that demonstrates fundamental array operations including element-wise difference calculation and average computation. Perfect for learning basic Java programming concepts and array manipulation techniques.

Quick Start

Get started with Actividad-1 in minutes

Running the Program

Learn how to compile and run the application

Key Features

Interactive Console Input

Read two arrays of 7 integers each from user input

Array Difference

Calculate element-wise difference between arrays

Average Computation

Compute the average of all array elements

Formatted Output

Display results with clear, formatted output

What You’ll Learn

This project demonstrates:
  • Scanner Usage: How to read user input in Java
  • Array Operations: Working with arrays and loops
  • Mathematical Calculations: Computing differences and averages
  • Formatted Output: Using printf for clean output display

View the Code

Explore the source code on GitHub

Build docs developers (and LLMs) love