Skip to content

C# implementation of integer and string arrays with input handling, duplicate checks, and forward/reverse traversal.

Notifications You must be signed in to change notification settings

JaydonRod18/creating-int-and-string-arrays

Repository files navigation

Creating Int and String Arrays (C#)

This project demonstrates working with arrays in C# by implementing:

  • Integer arrays with random number generation, duplicate checks, and display in normal and reverse order.
  • String arrays that split input into words, handle punctuation, and display in both orders.

πŸ“‚ Project Structure

  • Program.cs β†’ Main entry point.
  • intArray.cs β†’ Handles integer array logic.
  • StringArray.cs β†’ Handles string array logic.
  • UserCommunications.cs β†’ User input/output helper.
  • GenerateInputs.cs β†’ Random integer generator.
  • FindDups.cs β†’ Duplicate-checking utility.

About

C# implementation of integer and string arrays with input handling, duplicate checks, and forward/reverse traversal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages