in this video Explain Write a Program Scholarship eligible and non-eligible in C++ with source code
✅ Source Code
---------------------------- Start ---------------------------
#include <iostream>
using namespace std;
int main(){
int cls;
float per;
cout<<"Enter the Class(10/12): ";
cin>>cls;
cout<<"Enter the Persentage: ";
cin>>per;
if(cls==10 || cls==12 && per >= 90){
cout<<"Your Scholarship Granted";
}
else{
cout<<"Not Eligible ";
}
}
------------------------------ 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