Conditionals and Loops in C++
Conditionals
In case of condition, if it is true then just do something let's look on simple code for understanding
#include <iostream>
using namespace std;
int main()
{
int a, b;
cout << "Enter two numbers" << endl;
/* here, cout is j...
aayusranjan.hashnode.dev4 min read
Code Igniter
Software developer
What a great post, fantastic work!