Search:

Type: Posts; User: randyjhon143

Search: Search took 0.00 seconds.

  1. can any one make this program run.. in proper output?

    #include<iostream.h>
    #include<conio.h>

    int step1 (int);
    void month_name(int);
    int no_days(int,int);
    int leap(int);

    void main()
    {
  2. Thread: ???

    by randyjhon143
    Replies
    4
    Views
    1,027

    ???

    #include<iostream>
    #include<string>
    using namespace std;
    void main()
    {
    string password,answer;
    float x,y;
    float sum,difference,product,quotient;
    char Operation;
  3. Replies
    10
    Views
    1,265

    make improve this plzz???

    #include<iostream.h>
    void main()
    {
    float sum,difference,product,qoutient,a,b;
    char mychoice,password,answer;
    cout<<"enter your password"<<endl;
    cin>>password;
    if(password=='v')
    {...
  4. hi,,,goodnoon to you sir, thank for giving me an...

    hi,,,goodnoon to you sir, thank for giving me an example on how to use code do,while,,
    will you plzzz use do,while code to my input code??? if its ok to you? hope you will do that?
    im sorry if i...
  5. thank a lot,,, i try if i can do that,,take care...

    thank a lot,,, i try if i can do that,,take care always, godbless^_^
  6. plzzz!!! answer this c++proggram on how to use do,while code?

    this is my code so far!!!,,
    where do i put do and while??



    #include<iostream>
    #include<string>
    using namespace std;
    void main()
    {
Results 1 to 6 of 6