Results 1 to 2 of 2

Thread: C++ Help plz

  1. #1
    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 C++ Help plz

    main ne c++ main ik program likha hai jis ka result mujhe redians main milta hai kya kooi mujhe bata sakta hai ke iska result degrees main kaise lana hoga.
    program hai


    #include<iostream.h>
    #include<conio.h>
    #include<math.h>
    void main()
    {
    clrscr();
    float a,b,c,s,x,t;
    cout<<"Enter value for a = ";
    cin>>a;
    s=sin(a);
    cout<<"Sin of a = "<<s;
    cout<<"\nEnter value for b = ";
    cin>>b;
    x=cos(b);
    cout<<"Cos of b = "<<x;
    cout<<"\nEnter value for c = ";
    cin>>c;
    t=tan(c);
    cout<<"Tan of c = "<<t;
    getch();
    }

    Anyways Thanx in advance.
    [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]

  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

    anyone else?

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
  •