Computer Science, asked by bidisha19, 1 year ago

how to find out the output of a function program?
THERE ARE SO MANY SUCH AS
VOID SUM( ) , VOID ACCEPT( ) , VOID MAIN( ), VOID CHECK( ), VOID DISPLAY( )......
WHICH ONE TO CLICK.​

Answers

Answered by harsha116
1

Answer:

void main () ....then the output screen will be displayed

Answered by mihirthemega
2

Answer:

Hi Bidisha!

If you're running your program on BlueJ application, then you should always click on void main ().

Please note that execution of every program starts from void main ().

If you found this answer helpful, please mark as brainliest!

Similar questions