Thread: program of c++ and flowchart ?2

  1. #1
    Registered User
    Join Date
    May 2011
    Posts
    2

    Post program of c++ and flowchart ?2

    Write a program that will accept the grades of students until the user enters 0. Before the program terminates , determine and display the average grade, the highest grade, the lowest grade and number of students passed ( grades 60 and above ) and the number of students failed ( grades below 60).
    Var : a= average h= highest l=lowest p=passed f=failed g=grades ctr=sum of number (a+h+l+f+p)

  2. #2
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    Stop. When you get your first thread deleted, it doesn't mean do it again, completely ignoring what you were told previously.


    Quzah.
    Hope is the first step on the road to disappointment.

  3. #3
    Registered User
    Join Date
    May 2011
    Posts
    2
    i have aflowchart for my program But I do not know how verily on the site as possible to help you, and I want to work today if Smahtwa course

  4. #4
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Quote Originally Posted by mooon27 View Post
    i have aflowchart for my program But I do not know how verily on the site as possible to help you, and I want to work today if Smahtwa course
    Here's a subtle little hint... You are asking a question about C++ ... now which forum do you think that belongs in???

  5. #5
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    Moved.
    Though I'll move it somewhere else if the OP doesn't come back with some kind of effort.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Need help with flowchart
    By moey187 in forum C++ Programming
    Replies: 2
    Last Post: 04-14-2011, 04:25 AM
  2. Flowchart Program
    By jdm71488 in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 04-24-2004, 01:48 PM
  3. flowchart. Help!!!
    By chema124 in forum C Programming
    Replies: 3
    Last Post: 12-10-2002, 10:00 AM
  4. Flowchart
    By ob1cnobe in forum C++ Programming
    Replies: 4
    Last Post: 06-05-2002, 12:03 PM