efalcons
Home
C++
C#
Matlab
Multisim
we lead the leaders...
Monday, 6 February 2017
Basic For LOOP in C++
#include<iostream>
using namespace
std;
int
main()
{
int
turns=6;
for(
int
j=0; j<turns; ++j){
cout << "eFalcons" << endl;
}
return 0;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment