Computer Science, asked by itishreesatapathy224, 10 months ago

OUTPUT
Type the given code in QBasic, SAVE it and
RUN the program. Note down the output in the
space provided:
REM PROGRAM TO CALCULATE RESULT
CLS
INPUT "Name":NAMES
INPUT "ENGLISH: E
INPUT MATHS: M
INPUT SCIENCES
INPUTS.STUDIES::SST
INPUT "COMPUTER:"COMP
INPUT "MAX.MARKS";MAX
TOTAL=E+M+S+SST+COMP
PER=TOTAL/MAX 100
PRINT "TOTAL MARKS::TOTAL
PRINT "PERCENTAGE : P
PRINT "CHECK YOUR SCORE "NAMES
END​

Answers

Answered by anjalic386
3

Answer:

Answer :

Step by step Explanations :

OUTPUT

REM PROGRAM TO CALCULATE RESULT

CLS

INPUT "Name":NAMES

INPUT "ENGLISH: E

INPUT MATHS: M

INPUT SCIENCES

INPUTS.STUDIES::SST

INPUT "COMPUTER:"COMP

INPUT "MAX.MARKS";MAX

TOTAL=E+M+S+SST+COMP

PER=TOTAL/MAX 100

PRINT "TOTAL MARKS::TOTAL

PRINT "PERCENTAGE :

Hope this is helpful

Mark me as brainlist

Similar questions