OUTPUT
Type the given code in Basic, 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
REN
im
Answers
Answered by
1
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
Similar questions
Computer Science,
5 months ago
English,
5 months ago
Math,
5 months ago
Geography,
11 months ago
Psychology,
11 months ago
Math,
1 year ago