Thread: Homework

  1. #1
    Registered User
    Join Date
    Oct 2018
    Posts
    16

    Post Homework

    Homework-screen-shot-2018-10-04-4-31-11-pm-jpgHi, Could you please help me to solve this question ?
    I really need your help as soon as possible. Please solve this question
    Attached Images Attached Images Homework-screen-shot-2018-10-04-4-18-12-pm-jpg 
    Last edited by Audy Naufal; 10-04-2018 at 03:32 AM.

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    What have you tried? Where are you stuck? What exactly is the help that you're asking for?
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  3. #3
    Registered User
    Join Date
    Oct 2018
    Posts
    16
    1. Code:
    2. #include <stdio.h>
    3. int main()
    4. {
    5. int first;
    6. int second;
    7. int divide;
    8. printf("Enter two integers\n");
    9. scanf("%d", &first);
    10. divide = first / 6;
    11. printf("Division = %d\n", divide);
    12. devide1 = second / 2;
    13. printf("Division = %d\n", divide);
    14. return 0;
    15. }

  • #4
    Registered User
    Join Date
    Oct 2018
    Posts
    16
    this for the second, and I have no idea

  • Popular pages Recent additions subscribe to a feed

    Similar Threads

    1. Homework Help
      By xxdustinxx in forum C Programming
      Replies: 14
      Last Post: 11-29-2011, 09:38 AM
    2. Homework
      By ratat0skr in forum C Programming
      Replies: 13
      Last Post: 10-15-2011, 12:22 PM
    3. I'll do your homework for you....
      By Salem in forum A Brief History of Cprogramming.com
      Replies: 12
      Last Post: 04-13-2006, 03:14 PM
    4. Some one do my homework for me?
      By chrismax2 in forum A Brief History of Cprogramming.com
      Replies: 14
      Last Post: 02-25-2006, 12:41 AM
    5. homework
      By misplaced in forum C++ Programming
      Replies: 18
      Last Post: 10-04-2004, 06:56 AM

    Tags for this Thread