Results 1 to 2 of 2

Thread: plz help yaar dusri baar post kar raha hu

  1. #1
    safiullahjan's Avatar
    safiullahjan is offline Senior Member+
    Last Online
    15th March 2017 @ 11:57 PM
    Join Date
    21 Aug 2011
    Location
    hyderabad sindh
    Age
    29
    Gender
    Male
    Posts
    151
    Threads
    62
    Credits
    31
    Thanked
    3

    Default plz help yaar dusri baar post kar raha hu

    muje ek help chahiye aap doston se friends muje ek program banana he c++ pe jis main program user se value le
    ENTER TABLE NO:
    aur us k muje se pooche k do you want more calculations to main use Y/N main jawab dun aur agar Y dun to phr se calculation kare aur N dun to close ho jae;
    plz help me assignment create karni he

  2. #2
    khalliqie's Avatar
    khalliqie is offline Senior Member
    Last Online
    22nd May 2018 @ 02:18 PM
    Join Date
    02 Apr 2009
    Location
    Peshawar
    Age
    32
    Gender
    Male
    Posts
    2,493
    Threads
    141
    Credits
    1,230
    Thanked
    162

    Default

    #include<iostream.h>
    #include<conio.h>
    void main()
    {
    int num;
    char q;
    do
    {
    cout<<"Please Enter Number"<<endl;
    cin>>num;
    for(int i =1;i<=10;i++)
    cout<<num<<"X"<<i<<"="<<num*i<<endl;
    cout<<"Do you want to continue?(Y/N)";
    cin>>q;
    }
    while(q=='Y'||q=='y');
    getch();
    }
    [FONT="Comic Sans MS"][CENTER][SIZE="5"][B][COLOR="MediumTurquoise"]"The nicest people tend to often be the ones who have been mistreated the most."[/COLOR][/B][/SIZE][/CENTER][/FONT]

Similar Threads

  1. OK OK Post kar raha hoon
    By jazibalisaleemi in forum Introduction
    Replies: 11
    Last Post: 1st February 2010, 03:23 PM
  2. Replies: 5
    Last Post: 2nd June 2009, 05:58 PM
  3. Hide post in blog
    By shahid1 in forum Ask an Expert
    Replies: 4
    Last Post: 4th November 2008, 04:44 PM
  4. Replies: 3
    Last Post: 1st November 2007, 02:56 PM
  5. plz yaar help me doosri dafa post kar raha hoon..
    By thegreatali in forum Ask an Expert
    Replies: 4
    Last Post: 28th May 2007, 07:22 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •