How To find a greater then and less then number in c++
in this video Explain How To find a greater then and less then number in c++ with source code
✅ Source Code
-------------------START --------------------
#include <iostream>
using namespace std;
int main(){
int a,b;
cout<<"Enter the Number 1: ";
cin>>a;
cout<<"enter the Number 2: ";
cin>>b;
if(a>b){
cout<<"A is greater then B ";
}
else{
cout<<"B is Less then A ";
}
return 0;
}
---------------- END -------------------
► Shopify For Beginners :- https://youtube.com/playlist?list=PLm...
► Google AdSense :- https://www.google.com/adsense/start/
► Google Cloud Boost Playlist - https://www.youtube.com/playlist?list...
► Google Cloud SQL Playlist:- https://youtube.com/playlist?list=PLm...
► GitHub Playlist - https://youtube.com/playlist?list=PLm...
► Flutter For Beginners :- https://youtube.com/playlist?list=PLm...
► WordPress Free themes For Beginners :- https://youtube.com/playlist?list=PLm...
► HTML & CSS and JAVASCRIPT Projects:- https://youtube.com/playlist?list=PLm...
► C++ For Beginners Playlist :- https://youtube.com/playlist?list=PLm...
► C++ Basic Programs : https://youtube.com/playlist?list=PLm...
► C Language Projects: https://youtube.com/playlist?list=PLm...
🔁 Facebook: https://www.facebook.com/mscubetechco...
🛑 YouTube : https://www.youtube.com/channel/UC1Gb...
#html#css#c++ #cpp#cpplanguage#mscubetech#coding#programming#javascript#mscubetech
0 Comments
Thanks for Supporting me