H@CK DEFENCE
A BLOG ON NETWORK SECURITY, ETHICAL HACKING AND PROGRAMMING
Welcome To The World Of Hacking
Learn Hacking|Teach Hacking|Learn To Secure|Learn To Code
Wednesday
C++ TUTORIAL 6: MULTIPLICATION
#include <iostream>
using namespace std;
int main()
{
int a = 20;
int b = 30;
int c = a * b;
cout<<"Multiplication :"<<c;
return 0;
}
OUTPUT:
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment