Skip to content

inarely/Console_Array_Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

One_Demensional_Arrays

This folder contains projects that demonstrate the use of one-dimensional arrays in C#.
Each project focuses on a specific concept such as:

  • Filling and displaying arrays
  • Finding minimum, maximum, and average values
  • Counting or filtering elements based on conditions
  • Performing simple data analysis using loops and logic

These exercises strengthen understanding of array traversal, indexing, and algorithmic thinking.

Two_Dimensional_Arrays

This folder includes projects that demonstrate the use of two-dimensional arrays in C#.
They simulate real-world data structures like tables, grids, and maps.
Typical tasks include:

  • Summing rows, columns, and diagonals
  • Searching for specific values or patterns
  • Performing matrix transformations
  • Building small simulations (e.g., temperature maps, seating charts)

These projects help develop skills in working with nested loops, multidimensional indexing, and data visualization in console output.


License

This project is provided for educational purposes without any warranty. Use and modify freely.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages