[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 5481 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
Conservative discussions
Venezuela TPS lawuit
Homeland Security revokes temporary status for 532,000 Cubans, Haitians, Nicaraguans and Venezuelans
महँगो अण्डाको पिकल्प : कुखुरा र खोर भाडामा लिने
ICE kidnapping people off the streets over op eds
रबि लामिछानेको दाहिने हात ICE को हिरासतमा
US citizen Petitioning my wife who was out of status when she was in H1B. What to do ?
What is the purpose of an F1 student visa in the U.S.?
#MAGA#FAFO is delicious
Please ask KRISTI NOEM in her facebook and other social media to renew TPS
Nepal TPS
Nepal TPS decision
Measles vax deaths vs measles death in USA
Whatever happening in airport are illegal and should stop ? What are these immigration lawyers doing ?
Homeowner Charged renting to illegal migrants
Don’t Just Read—Join the Conversation
Freedom of speech is dead in USA
MLS AND LIVE SOCCER MATCH FREE SITE THAHA CHA?
NEED TRADE SHOW HELP- LAS VEGAS
FDA admits Covid mRNA ‘Vaccines’ CAUSE CANCER
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