Computer Science, asked by jphnag4, 5 hours ago

Write Algorithm and draw flow chart for to show result as Excellent and if less than 95% than Good a student named Arpana scored more than 95% then

Answers

Answered by freexe
1

Explanation:

if(result == 95%)

print('Excellent! Arpana')

else

print('Good! Arpana')

& draw the DFD accordingly

Similar questions