Enter two Values in which First Value Become Power of Second

Enter two Values in which First Value Become Power of Second, write a program to enter two values and find one power of other

Enter two Values in which First Value Become Power of Second
Enter two Values in which First Value Become Power of Second

#include<iostream>#include<math.h>using namespace std;int main (){ int a, b, i, p; for(int i=1; i<2; i++) { cout<<"Enter two values\n"; cin>>a>>b; pow(a,b); p=pow(a,b); cout<<"Power of "<<a<<" till "<<b<<"="<<p<<endl; } system("pause");}

COMMENTS

Name

Blogger-Templates,1,Blogging,4,C++,11,Facebook,1,Free-Premium,1,Freebies,4,Google,1,Hack-Facebook,1,Programming,11,SEO,3,Social-Media,1,Softwares,3,Widgets,1,
ltr
item
Online Blogger Tricks | A2Z Art of Blogging: Enter two Values in which First Value Become Power of Second
Enter two Values in which First Value Become Power of Second
Enter two Values in which First Value Become Power of Second, write a program to enter two values and find one power of other
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibukHaZFqOuiqKsBDf930pBphsjZ5Thbyq3FRxQfabICSZSWTQgoBenIGL-KCyX4HdS9FCkQmq3_TXjC9JSBeLmG4o_PtNzcAj9j1c7svDsj_h5vUKig5986uKig60Gnos2IFYOZY3L7k/s1600/1powerof2.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibukHaZFqOuiqKsBDf930pBphsjZ5Thbyq3FRxQfabICSZSWTQgoBenIGL-KCyX4HdS9FCkQmq3_TXjC9JSBeLmG4o_PtNzcAj9j1c7svDsj_h5vUKig5986uKig60Gnos2IFYOZY3L7k/s72-c/1powerof2.png
Online Blogger Tricks | A2Z Art of Blogging
https://a4abidaziz.blogspot.com/2016/04/enter-two-values-in-which-first-value.html
https://a4abidaziz.blogspot.com/
http://a4abidaziz.blogspot.com/
http://a4abidaziz.blogspot.com/2016/04/enter-two-values-in-which-first-value.html
true
1578912806520322323
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS CONTENT IS PREMIUM Please share to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy