Results 1 to 9 of 9

Thread: help about software development

  1. #1
    Laiba Rani's Avatar
    Laiba Rani is offline Senior Member+
    Last Online
    14th July 2015 @ 01:07 PM
    Join Date
    25 Nov 2010
    Age
    28
    Gender
    Female
    Posts
    2,363
    Threads
    185
    Credits
    0
    Thanked
    280

    Default help about software development


    aaj mein phr ask an expert section mein hazir hon wese in dino mein kuch ziyada he help mangne lgi hon but kiya karon mujhe samjh jo nhi aata tu mein yahan se help leti hon tu chalen aaj meri help kren
    yeh kuch software development ke bare mein letter he kuch programs develop krny hein pr mujhy nhi aaty pr aap mujhe sikhao ke yeh sub kese ho ga plz
    SOFTWARE DEVELOPMENT
    *develop a program to get the values of a,vi,t and solve the equation :-s=vit+1/2at2(square)
    *develop a program for the conversion of temperature scale e.gcentigrade in fahrenheit and fehreheit in centigrade
    *develop a program to prepare mark sheet of five subject with percentage
    *develop a program to prepare electricity bill
    aub yeh sub kiya is ke bare mein tu bht kum pta plz aap sub help karo

  2. #2
    Doctor_rana's Avatar
    Doctor_rana is offline Senior Member
    Last Online
    20th December 2012 @ 07:12 PM
    Join Date
    09 Feb 2010
    Gender
    Male
    Posts
    4,761
    Threads
    192
    Thanked
    1167

    Default

    عزیز سسٹر
    ان پروگرامز کو کرنے کے لیے آپ کو
    سی پلس پلس سیکھنا ہوگا
    آئی ٹی دنیا میں اس کو کورس موجود ہے وہ سیکھیں

  3. #3
    Laiba Rani's Avatar
    Laiba Rani is offline Senior Member+
    Last Online
    14th July 2015 @ 01:07 PM
    Join Date
    25 Nov 2010
    Age
    28
    Gender
    Female
    Posts
    2,363
    Threads
    185
    Credits
    0
    Thanked
    280

    Default

    Quote Doctor_rana said: View Post
    عزیز سسٹر
    ان پروگرامز کو کرنے کے لیے آپ کو
    سی پلس پلس سیکھنا ہوگا
    آئی ٹی دنیا میں اس کو کورس موجود ہے وہ سیکھیں
    ok bhai mein chech krti hon thanku
    sorry sorry mujhe hnsi bhut aa rahi he

  4. #4
    *ESHA*'s Avatar
    *ESHA* is offline Advance Member+
    Last Online
    15th December 2019 @ 12:01 PM
    Join Date
    29 Mar 2009
    Location
    Islamabad
    Age
    32
    Gender
    Female
    Posts
    10,158
    Threads
    536
    Credits
    78
    Thanked
    164

    Default

    تھریڈ کلوز کر دیا جائے؟

  5. #5
    Waqar Rasheed's Avatar
    Waqar Rasheed is offline Advance Member
    Last Online
    17th October 2023 @ 07:18 PM
    Join Date
    13 Jul 2010
    Location
    Lahore
    Age
    33
    Gender
    Male
    Posts
    12,751
    Threads
    610
    Credits
    301
    Thanked
    2647

    Default

    C++ me programming k zarye softwares banae jate hain.. us k liye agr ksi institute sy diploma kar lein to bohat behtar hoga.. ! aor ITD par course bhi mojod hain waha sy bhi bohat kuch seekhny ko mil jae ga..

  6. #6
    Laiba Rani's Avatar
    Laiba Rani is offline Senior Member+
    Last Online
    14th July 2015 @ 01:07 PM
    Join Date
    25 Nov 2010
    Age
    28
    Gender
    Female
    Posts
    2,363
    Threads
    185
    Credits
    0
    Thanked
    280

    Default

    no is ko excel pr hi bnana he

  7. #7
    bais is offline Senior Member
    Last Online
    31st July 2015 @ 02:07 PM
    Join Date
    23 Aug 2008
    Location
    Izlooo
    Gender
    Male
    Posts
    3,519
    Threads
    96
    Thanked
    263

    Default

    C language programs script:
    Code:
    // This is the C Language Program for Adding 5 Subjects marks and then summing them up and their percentage
    
    #include<stdio.h>
    #include<conio.h>
    
    int main()
    {
    
    float math, eng, phy, urdu, chem, sum, percentage;
    
    printf("Enter Marks for Maths: ");
    scanf("%f", &math);
    
    printf("Enter Marks for English: ");
    scanf("%f", &eng);
    
    printf("Enter Marks for Physics: ");
    scanf("%f", &phy);
    
    printf("Enter Marks for Urdu: ");
    scanf("%f", &urdu);
    
    printf("Enter Marks for Chemistry: ");
    scanf("%f", &chem);
    
    sum=math+eng+phy+chem+urdu;
    percentage=sum/500.00*100.00;
    
    printf("\nRESULT:\nTotal Nummber Obtained are: %f\n\nPercentage: %f", sum, percentage);
    getch();
    return 0;
    }
    Code:
    #include<stdio.h>       // This proram is about converting Fahrenheit to Centigrade
    #include<conio.h>
    
    int main()
    {
    float far, cen;
    
    printf("Enter temperature in Fahrenheit: ");
    
    scanf("%f", &far);
    
    cen=5.0*(far-32.0)/9.0;	 
    
    printf("The Temperature in Centigrade =  %f", cen);
    
    getch();
    
    return 0;
    }

  8. #8
    karachi1234 is offline Senior Member+
    Last Online
    27th April 2016 @ 10:13 AM
    Join Date
    07 Jan 2010
    Location
    I live In Lyari Town Karachi City
    Gender
    Male
    Posts
    1,542
    Threads
    232
    Credits
    0
    Thanked
    17

    Default

    Thanks sir for reply to me and help to this boy or user

  9. #9
    ssshaibi is offline Senior Member+
    Last Online
    28th February 2016 @ 06:39 PM
    Join Date
    06 May 2006
    Location
    Karachi
    Age
    35
    Posts
    784
    Threads
    8
    Credits
    0
    Thanked
    14

    Default

    Quote laiba rani said: View Post

    aaj mein phr ask an expert section mein hazir hon wese in dino mein kuch ziyada he help mangne lgi hon but kiya karon mujhe samjh jo nhi aata tu mein yahan se help leti hon tu chalen aaj meri help kren
    yeh kuch software development ke bare mein letter he kuch programs develop krny hein pr mujhy nhi aaty pr aap mujhe sikhao ke yeh sub kese ho ga plz
    SOFTWARE DEVELOPMENT
    *develop a program to get the values of a,vi,t and solve the equation :-s=vit+1/2at2(square)
    *develop a program for the conversion of temperature scale e.gcentigrade in fahrenheit and fehreheit in centigrade
    *develop a program to prepare mark sheet of five subject with percentage
    *develop a program to prepare electricity bill
    aub yeh sub kiya is ke bare mein tu bht kum pta plz aap sub help karo
    Sister yeh to buhat hi easy programes hain yeh to app visual basic c++ and excel even k kafi languges per design kar sakti hain.

    hr languge k liyeh coding alag alag hai
    apko jis ma chayeh us ka course thread ma deikh lain its too easy
    Think That How To Think

Similar Threads

  1. Software for mobile app development????
    By jaguar_paw in forum Mobile phones problems and Help Zone
    Replies: 1
    Last Post: 25th May 2012, 01:32 AM
  2. Please Help in Web development
    By rehankhilji in forum Solved Problems (IT)
    Replies: 8
    Last Post: 2nd November 2011, 02:12 PM
  3. Please Help Me ! The Best Software For Web Development
    By Mozilla in forum Ask an Expert
    Replies: 4
    Last Post: 7th October 2006, 03:50 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
  •