#include <iostream> using namespace std; class A { public: void show() { cout << βDiamond pattern: β; [β¦]
Read moreTag: coding
Program for diamond shape
Reversing the Array
Reversing the Array Reversing the Array Write a program to take input of integer array of size 5 and display the array [β¦]
Read moreTernary Operator
Ternary Operator Ternary Operator Syntax: Condition ? Expression 1(True) : Expression 2(False) ; Program: To check wheather the given number is even or odd [β¦]
Read moreInput a number less than 5 and print βHello Worldβ five times if the condition is true β Program by using for loop, do while loop and while loop
Input a number less than 5 and print βHello Worldβ five times if the condition is true β Program by using for loop, do while [β¦]
Read moreWrite a c++ program to find sum of diagonal elements of a square matrix
Write a c++ program to find sum of diagonal elements of a square matrix Write a c++ program to find sum of diagonal elements of [β¦]
Read moreHow to be a five star coder ( codechef , hackerrank , leetcode , hackerearth and etc )
How to be a five star coder ( codechef , hackerrank , leetcode , hackerearth and etc ) Well before knowing how to [β¦]
Read more
Recent Comments