Computer Science, asked by nishver786, 1 month ago

Answer to the questions

Attachments:

Answers

Answered by BrainlyProgrammer
5

Given Codé:-

CLS

INPUT A

INPUT B

SUM=A+B

Avg=SUM/2

PRINT "SUM=";SUM

PRINT "Average=";Avg

Answer:

  • Option (A) is the correct Answer.

Explaination:

When A=1 and B=5

Sum= A+B

=1+5

=6

Avg= SUM/2

=6/2

=3

Similar questions