A program that determines if an input word or sentence is a palindrome or not.
Note: Special characters (e.g. periods, commas, etc.) will cause an error Run It Now!
Converts any temperature from and to Celsius, Fahrenheit, or Kelvin.
Please do not use the built-in compiler. Use your own C++ compiler on your computer. Thank you and enjoy! Run It Now!
A simple sentence game that chooses between 3 randomized questions. Sorry about the system("cls") function, it doesn't work in the compiler here in the site. Run It Now!
Calculate the slope given two coordinate pairs. NOTE: Any slope less than 1 is calculated as 0. I'm aware of this. If someone wants to fix that, they are more than welcome to do so. Thanks and enjoy! Run It Now!
A program that asks for the size of the array and the user can input a number of sentences, depending on the array size, and then outputs all the sentences in a table along with their numerical order. Run It Now!