Computer Science, asked by hiru89, 10 months ago

DEBUG (CORRECT) THE FOLLOWING PROGRAMS: if
there is no error, write the output
1. A=5
Print a
End
OUTPUT

Answers

Answered by Abhishekhsharma
1

Answer:

There is an error in your program

Answered by surajpandey31081
3

Answer:

There is an error in your program.

Explanation:

if you declare the capital letter word in your program then you should able to print it only in capital letter.

The program is as following :-

a=5

print a

end

OUTPUT:- 5

Similar questions