Computer Science, asked by himanshupassey26, 10 months ago

C++ question here...

int a; if(a>=0) if(a==0) system.out.print("first string"); else system.out.print("second string"); system.out.print("third string"); what gets printed when a=1?

Answers

Answered by anupama777vidya
2

Answer:

It is not a C++ question......It's a java question.

Your output is

second stringthird string

Hope it helps you

Answered by 27maanvi
1

Explanation:

it's not c++ it's java......

Similar questions