#include<iostream> using namespace std; int main(){ int s1,s2,s3,p; cout<<"Length of Side 1: "; cin>>s1; cout<<"Length of Side 2: "; cin>>s2; cout<<"Length of Side 3: "; cin>>s3; p=s1+s2+s3; cout<<"The perimeter is : "<<p<<endl; }
CODE: #include<iostream> using namespace std; int main(){ cout<<" * \n"; cout<<" *** \n";...
About
This website is about fundamental of programming. The best language to start programing is c++. On this website you will get tips and different programs written in c++.
For any query please contactameeryousuf2002@gmail.com
No comments:
Post a Comment
Plz don't enter any spam link in the comment box!