Thread: How do I write? please

  1. #1
    Registered User
    Join Date
    Apr 2020
    Posts
    2

    How do I write? please

    How do I write? please

    Exercise:
    Write a C
    program which performs the multiplication of a single -dimensional array by a
    given value
    alpha (an integer) and returns the average value of the resulting array. The
    array's size and
    its integer elements as well as alpha are provided by a user via the
    keyboard. The initial
    array. the resulting one and the average value have to be printed
    out on the screen

  2. #2
    Registered User
    Join Date
    Aug 2019
    Location
    inside a singularity
    Posts
    308
    I think you can search for [this](can someone do my homework for me - Google Search) on Google. Maybe you'll have better luck at finding help.

    Don't ask for help without showing your attempt. What have you done yourself till now for this problem? Can you take in input? You wouldn't get homework without learning about the topic so it's hard to believe that you wouldn't know even a little about C.
    "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook, The Wizardry Compiled

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 9
    Last Post: 09-09-2014, 08:23 AM
  2. Is this the best way to write this?
    By Mark Labarbara in forum C Programming
    Replies: 11
    Last Post: 11-24-2011, 01:52 PM
  3. any other way you'd write this?
    By withoutn in forum C Programming
    Replies: 14
    Last Post: 07-16-2007, 11:26 AM
  4. problem with fout.write: cannot write 0x0A (10 dec)
    By yvesdefrenne in forum C++ Programming
    Replies: 7
    Last Post: 05-23-2005, 12:53 PM
  5. I could try to write one for you
    By stupid_mutt in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 11-04-2001, 09:25 PM

Tags for this Thread