Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C# Console Calculator

This is a simple calculator project built in C# as part of my learning journey.

It runs in the console and allows users to:

  • Add two numbers
  • Subtract one number from another
  • Multiply two numbers

Features

  • Clean user prompts
  • Input handling using Console.ReadLine()
  • Uppercase normalization with .ToUpper()
  • Modular function structure using Add, Subtract, Multiply

Why I Built It

This is part of my journey to master C# and console-based logic, focusing on fundamentals like:

  • Method creation and calling
  • Conditional branching
  • Basic string manipulation

About

a little calculator I made when I was first starting out

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages