CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: jonahmano

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    856

    Re: Simple C# Programming doubt (Beginner)

    Thanks dude.

    Thank You Very Much
  2. Replies
    2
    Views
    856

    Simple C# Programming doubt (Beginner)

    I am building a program with Name, Roll No., Marks in different subjects, Total and Average.........I haven't yet finished and before that I have some doubts. Please help


    class Report


    {...
  3. Replies
    4
    Views
    946

    Re: A program error plz help?

    what is

    x++

    std::cout

    return 0;
  4. Replies
    4
    Views
    946

    Re: A program error plz help?

    So please send the correct programming steps so that I can practice
  5. Replies
    4
    Views
    946

    A program error plz help?

    A program for repeating a sentence for 250 times



    # include <iostream.h>

    # include <string.h>

    void main()
  6. Replies
    9
    Views
    9,186

    Re: Simple programming doubt

    Lio pls reply


    Is that what i replied mean.


    did I mean right
  7. Replies
    9
    Views
    9,186

    Re: Simple programming doubt

    you the programming goes this way

    first it will check for salary <20000

    then it will again check for salary<=10000

    so if salary is less than or equal to 10000 then "clerk" will display
    ...
  8. Replies
    9
    Views
    9,186

    Simple programming doubt

    Designation of the Employee according to salary


    #include<iostream.h>
    #include<conio.h>
    void main()
    {
    float sal;
    clrscr();
    cout<<"Enter the salary of employee:";
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured