Thread: Bitwise

  1. #1
    Registered User
    Join Date
    Feb 2015
    Posts
    5

    Bitwise

    How can you draw a flow chart that will be used to write a program to compute Average of n numbers?

  2. #2
    Registered User
    Join Date
    Jun 2011
    Posts
    4,513
    Do you know how to draw a flow chart?

    If not, start by reading about that.

    If so, start figuring out the logic for the given problem, then turn that logic into a flow chart.

    Nobody here is just going to give you a complete solution - you have to do the work yourself. Homework policy.

    If you get stuck, share what you have and ask specific questions, and you'll probably get good advice.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help with bitwise AND
    By tehjojo in forum C Programming
    Replies: 1
    Last Post: 04-03-2010, 02:23 PM
  2. Bitwise 'and' vs '=='
    By Ducky in forum Windows Programming
    Replies: 4
    Last Post: 07-27-2009, 12:37 PM
  3. bitwise? am i right?
    By skiz in forum C Programming
    Replies: 10
    Last Post: 03-11-2009, 11:37 PM
  4. Bitwise OR
    By tinkerbell20 in forum C++ Programming
    Replies: 4
    Last Post: 06-11-2005, 02:23 AM
  5. bitwise help
    By linuxdude in forum C Programming
    Replies: 8
    Last Post: 11-20-2003, 08:37 PM