Computer Science, asked by varti2357, 15 hours ago

to read marks and print A grade if marks 80 is bigger, otherwise B​

Answers

Answered by sturheama1366
0

Answer:step 1:

start

step2:

Accept marks

step3:

if marks> 80

print grade A

else

print grade B

step 4:

display result

step 5:

stop

Explanation:

Similar questions