Coders Packet

Packets submitted by Shivangi Singhal

Basic Calculator using C++

The below-given program is a basic calculator using C++, to perform addition, subtraction, multiplication, and division.

Reverse a String in C++

The code attached below is a C++ code, which is used to reverse a string entered by the user.

Random Password Generator in C++

A random password generator using C++, which lets you make a password of desired length.