Search:

Type: Posts; User: Ahmed29

Search: Search took 0.00 seconds.

  1. Thread: ATM assignment

    by Ahmed29
    Replies
    2
    Views
    2,279

    ATM assignment

    My teacher just gave us an ATM assignment and today was our 4 week of programming , our teacher hasnt taught us about file linking or stuff , i wanted to ask that the problem which il be having is...
  2. Thread: Prime Numbers

    by Ahmed29
    Replies
    7
    Views
    2,184

    how is it done by loop way sorry have no clue :(

    how is it done by loop way sorry have no clue :(
  3. Thread: Prime Numbers

    by Ahmed29
    Replies
    7
    Views
    2,184

    Prime Numbers

    I have to make a program in which
    take two numbers as input
    print prime numbers between them
    take sum of them
    and print the prime numbers is ascending order.
    Is it possible to make it without...
  4. Replies
    7
    Views
    4,406

    but when i but it in the loop body , the beep...

    but when i but it in the loop body , the beep sounds as many times u want to repeat hello world...
  5. Replies
    7
    Views
    4,406

    i do use int main too but i am used to void main...

    i do use int main too but i am used to void main though il switch to int main from now on ;)
  6. Replies
    7
    Views
    4,406

    beep when even?

    I need help with this
    Write a program that will get a number from user and print ""Hello world" that time. But remember if the entered number is even then the program should add 1 to that value and...
  7. Thread: A challange

    by Ahmed29
    Replies
    39
    Views
    4,308

    thanks people but i took help from another forums...

    thanks people but i took help from another forums so thanks for giving your ideas :)
  8. Thread: A challange

    by Ahmed29
    Replies
    39
    Views
    4,308

    yup time is running out and no clue how to do it...

    yup time is running out and no clue how to do it :( from 1800 up till 2000
  9. Thread: A challange

    by Ahmed29
    Replies
    39
    Views
    4,308

    A challange

    My teacher gave the whole class a challenge that
    " Input date month and year and u have to find out the day of that given date . The year should be greater then 1800 " so any help he said you can...
  10. Thread: Error ?

    by Ahmed29
    Replies
    6
    Views
    1,276

    hehe i just copied the question sorry its marital...

    hehe i just copied the question sorry its marital status :D

    check this code , i just want to know how to do "if user enter a character for material status other then S or M and for gender other...
  11. Thread: Error ?

    by Ahmed29
    Replies
    6
    Views
    1,276

    anon can you please correct it , I have tried...

    anon can you please correct it , I have tried this program from different steps still cant make it write :(
  12. Thread: Error ?

    by Ahmed29
    Replies
    6
    Views
    1,276

    Error ?

    I am making this program but It doesnt works properly if different values are entered

    Write program which will take person’s gender, material status(in characters) and age as input and will tell...
  13. Replies
    9
    Views
    1,935

    Sorry for "subtract it from the varable total" il...

    Sorry for "subtract it from the varable total" il change that output statement. And whats the logical error in ques 2 :$
  14. Replies
    9
    Views
    1,935

    Ok I have made three programs tell me if I am...

    Ok I have made three programs tell me if I am wrong with any (:



    int main()
    {
    int x,y,z;
    clrscr();
    cout<<"\n Enter Value of x : ";
    cin>>x;
  15. Replies
    9
    Views
    1,935

    if u can code the other 3 parts i am having...

    if u can code the other 3 parts i am having problem with cause i cant seem to write them :)
  16. Replies
    9
    Views
    1,935

    Need little help {newbie)

    a)assigne the sum of x and y to z and increment the value of x by 1 after calculation
    b)Test if the value of the varaible count is greater then 10.if it is ,print ”count is greater then 10”....
  17. Replies
    10
    Views
    5,652

    Thanks all :) problem solved i used ctype so it...

    Thanks all :) problem solved i used ctype so it worked
  18. Replies
    10
    Views
    5,652

    Number or Alphabet

    Hi All . I am new here and also new to C++
    I need help with this program , I have no clue how to make it
    I am using Turbo C++

    Write a program that prompts the user to enter the initial of his...
Results 1 to 18 of 18