Statement : C++ Program to make a simple calculator having all basic functions (+,-,*, /, %,^,!) Code : // C++ Program to make a simple calculator having all basic functions
Statement : Program to display number of vowels, consonants, digits and white spaces in a string. Code : // Program to display number of vowels, consonants, digits and white
Statement: C++ Program to display pyramid of digits Code : //C++ Program to display pyramid of digits. and rows entered by user #include<iostream> using namespace std; int main() {