[Show all top banners]

MustaineKoFAN
Replies to this thread:

More by MustaineKoFAN
What people are reading
Subscribers
:: Subscribe
Back to: Kurakani General Refresh page to view new replies
 C Programming Help
[VIEWED 3985 TIMES]
SAVE! for ease of future access.
Posted on 12-15-08 5:42 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

Got finals this week..Anybody knows how to do this on C

Using while loop statements for the following program

write a program that prompts the user to enter three set of five INT numbers each

the program should do the following

a. store the info in a 3x5 array

b. compute the average of each set of 5 values

c. compute the avg of values

d. determine the largest of three values

e. report the results


 
Posted on 12-15-08 10:17 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

LD...la maile lekhidiye hai, here is the pseudocode

a)
   declare a two dimensional array int a[3][5];

   for i =1 to 3
     {
        print Enter values  for set  i
         for j =1 to 5
         {
           print Enter Value for a[i][j];
           read value for a[i][j];
       }
}

b) compute the average of each set of 5 values
   
    int avg;
    for i =1 to 3
     {
       int sum=0;
        Print Average value for set i is
        for j =1 to 5
          {
             sum=sum+a[i][j];
          }
           avg= sum/5;
          print avg;
    }
 
   c)  compute the avg of values

    int sum=0;
    int avg;
    for i =1 to 3
     {
   
        for j =1 to 5
          {
             sum=sum+a[i][j];
          }
        
    }
   avg=sum/15;


d) determine the largest of three values
     int max=0;
      for i=1 to 3
       {
        for j=1 to 5
          {
             if a[i][j]>max
               {
                   max=a[i][j];
                }
           }
         }

e)
display array
display avg of b
display avg of c
display max of d

 
Posted on 12-16-08 1:00 AM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

oh i didnt see that while loop thing hope u can do it after this


 
Posted on 12-16-08 9:11 AM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

With all the homework that techguy does for everybody, he should at least get about 9 credit hours hours. LOL!

 


Please Log in! to be able to reply! If you don't have a login, please register here.

YOU CAN ALSO



IN ORDER TO POST!




Within last 60 days
Recommended Popular Threads Controvertial Threads
TPS Re-registration case still pending ..
nrn citizenship
अमेरिकामा बस्ने प्राय जस्तो नेपालीहरु सबै मध्यम बर्गीय अथवा माथि (higher than middle class)
Travelling to Nepal - TPS AP- PASSPORT
ढ्याउ गर्दा दसैँको खसी गनाउच
काेराेना सङ्क्रमणबाट बच्न Immunity बढाउन के के खाने ?How to increase immunity against COVID - 19?
lost $3500 on penny stocks !!!
They are openly permitting undocumented immigrants to participate in federal elections in Arizona now.
TPS Work Permit/How long your took?
मन भित्र को पत्रै पत्र!
Nepalese Students Face Deportation over Pro-Palestine Protest
Informatica consultancy share
Are you ready to know the truth?
Travelling on TPS advance travel document to different country...
Morning dharahara
महँगो अण्डाको पिकल्प : कुखुरा र खोर भाडामा लिने
चितवनको होस्टलमा १३ वर्षीया शालिन पोखरेल झुण्डिएको अवस्था - बलात्कार पछि हत्याको शंका - होस्टेलहरु असुरक्षित
Guess how many vaccines a one year old baby is given
Does the 180 day auto extension apply for TPS?
जाडो, बा र म……
NOTE: The opinions here represent the opinions of the individual posters, and not of Sajha.com. It is not possible for sajha.com to monitor all the postings, since sajha.com merely seeks to provide a cyber location for discussing ideas and concerns related to Nepal and the Nepalis. Please send an email to admin@sajha.com using a valid email address if you want any posting to be considered for deletion. Your request will be handled on a one to one basis. Sajha.com is a service please don't abuse it. - Thanks.

Sajha.com Privacy Policy

Like us in Facebook!

↑ Back to Top
free counters