Coders Packet

Packets submitted by Shubham Nalawade

C++ code to convert input text into audio/speech

This code is written in the C++ programming language. This code accepts input as text and converts it into speech.

C++ code to reverse a string

This code is written in the C++ programming language. This code reverses the user inputted string.

C++ code to convert marks into CGPA and Percentage

This code is written in the C++ programming language. This C++ code converts marks of all subjects to the CGPA and Percentage.

C++ code to solve quadratic equation

This code is written in the C++ programming language. This is a C++ code to find out the solution or roots of a quadratic equation.