#include <iostream> using namespace std; class A { public: Β Β void show() { Β Β Β Β cout << “Diamond pattern: “; Β […]
Read moreTag: code
The length and breadth of a rectangle and radius of a circle are input through the keyboard. Write a program to calculate the area and perimeter of the rectangle, and the area and circumference of the circle. #C
The length and breadth of a rectangle and radius of a circle are input through the keyboard. Write a program to calculate the area and […]
Read moreTemperature of a city is inputed through keyboard in fahrenheit, convert this temperature in centigrade degree. #C
Temperature of a city is inputed through keyboard in fahrenheit, convert this temperature in centigrade degree. #C Temperature of a city in Fahrenheit degrees […]
Read more
Recent Comments