#include<iostream>
using namespace std;
int main()
{
int a , b , c;
cout<<"Enter the values of a,b,c"<<endl;
cin>>a>>b>>c;
cout<<"value of a is:"<<a<<endl;
cout<<"value of b is:"<<b<<endl;
cout<<"value os c is:"<<c<<endl;
return 0;
}
Easy programming and better way to learn the programming . if you like the scorce code do like like share and subscribe the chennel.
No comments:
Post a Comment