[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 7040 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 200 days
Recommended Popular Threads Controvertial Threads
TPS to F1 Status.
NRN card pros and cons?
TPS To F-1 COS
TPS Sakiyo Tara Case is in Court.
Got my F1 reinstatement approved within 3 months(was out of F1 for almost 2 years)
2020 : Why No Trump !
Nepal Likely to Get 60-Day TPS Notice
#MAGA#FAFO is delicious
ANA and AJAY KUMAR DEV. RAPISTS CONVENTION
NEPAL TPS IS GONE
NOV 18th TPS DAY
BREAKING: FEDERAL JUDGE ORDERS TRUMP ADMINISTRATION TO DELAY TERMINATION OF TPS HUMANITARIAN PROTECTION FOR 60,000 TPS HOLDERS WHO HAVE LIVED IN THE US FOR YEARS
EAD Filing
🛡️ Nepal TPS Holders: Don’t Panic About August 5 — DHS Screwed Up (Maybe on Purpose)
Trump’s “Big Beautiful Bill” is straight-up xenophobic class warfare. Let’s call it what it is.
Leave messages on US congressman's facebook to support TPS
Business Ideas in Nepal?
Nepal TPS Extension Possible as Court Reviews Late Notice Issue
Bill to Protect TPS and DED Recipients
कोर्टमा जाँदा आइसले समात्ला भन्ने डर छ भने यस्तो गर्नुहोला
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