Header Ads

Header ADS

Solution of URI 2753::Output 7

Before seeing the solution make sure that you have tried enough. Don’t copy the whole code, just find out the logic. If you feel any problemyou will inform me by comment.




#include <bits/stdc++.h>
using namespace std;

int main()
{
    int value = 97;

    for(int i=97; i<=122; i++)
    {
        cout<<i<<" e "<<char(i)<<endl;
    }

    return 0;
}

No comments

Theme images by konradlew. Powered by Blogger.