Search This Blog

Thursday, 20 August 2020

check accuracy in cpp

 #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;

}


No comments:

Post a Comment

Search This Blog

Contact Form

Name

Email *

Message *

Popular Posts