write a c++ write a c++ programe that accept resalt frome the user and displays grade and remark as follows
if resalt >=90 the grade 'A' Remark 'EXCELLENT'
if resalt >=80 the grade 'B' Remark 'VERYGOOD'
if resalt >=70 the grade 'C' Remark 'GOOD'
if resalt >=60 the grade 'D' Remark 'FAIR'
if resalt others the grade 'f' Remark 'FAILURE'
that accept resalt frome the user and displays grade and remark as follows
if resalt >=90 the grade 'A' Remark 'EXCELLENT'
if resalt >=80 the grade 'B' Remark 'VERYGOOD'
if resalt >=70 the grade 'C' Remark 'GOOD'
if resalt >=60 the grade 'D' Remark 'FAIR'
if resalt others the grade 'f' Remark 'FAILURE

tapananand commented: We are not here to do your homework. You have posted the question as if you are our teacher. +0
if (!(assignment == complete))
    if (today > dueDate)
        return failure;
    else
        output << "Get working on your code.  We only give help to those that show effort and code!!"
commented: Witty! +15
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.