Skip to content

It is an ITC first semester designed in C++, to perform arithmetic operations on 15-digit numbers. As int data type cannot store more than 8 digits, this program uses integer arrays to store 15-digit numbers and operations are performed on those arrays.

License

Notifications You must be signed in to change notification settings

AbdullahNazir0/Multi-Digit-Calculator-in-CPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multi-Digit Calculator Project

It is an ITC first semester designed in C++, to perform arithmetic operations on 15-digit numbers. As int data type cannot store more than 8 digits, this program uses integer arrays to store 15-digit numbers and operations are performed on those arrays.

About

It is an ITC first semester designed in C++, to perform arithmetic operations on 15-digit numbers. As int data type cannot store more than 8 digits, this program uses integer arrays to store 15-digit numbers and operations are performed on those arrays.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages