C++ Programs Codes

Latest

Sunday, 31 January 2021

Write a C++ program that will receive two integers from the user and store the numbers in locations called numerator and denominator. Calculate and output the result of the division if the denominator is not equal to zero otherwise output a message stating division by zero is an illegal operation.
Write a c++ program to calculate the area of triangle | Ameer Yousuf
Write a Program in C++ to swap two integer numbers without and with using third variable | Ameer Yousuf
Find the perimeter of triangle using c++ | Ameer Yousuf