Thursday, 18.04.2024, 05:46
Welcome Guest | RSS
Site menu
Login form
Section categories
Search
Calendar
«  June 2011  »
SuMoTuWeThFrSa
   1234
567891011
12131415161718
19202122232425
2627282930
Entries archive
Our poll
Rate my site
Total of answers: 6
Statistics

Total online: 1
Guests: 1
Users: 0

Main » 2011 » June » 10 » n > nnn
17:53
n > nnn
#include <iostream>

using namespace std;

int main()
{
    int n, tiv;
    cin>>n;
    if(n>=1){
        if(n<=9){
    for(tiv=1;tiv<=n;tiv++){
    cout<<n;
    }}}
    return 0;
}

Category: C++ programs | Views: 519 | Added by: H_Imirzyan | Tags: nnn | Rating: 0.0/0
Total comments: 0
Name *:
Email *:
Code *: