0
When i run the code, i Can't get actual output. I also use accurate code from book.
Like OR operator condition making code.
7 Answers
+ 4
Kazi Md. Arif Ishtiaque when you write the question in the bottom left corner you will see the +icon in the circle click and find your code to post here.
Hope it helps..
+ 3
Where is your code?
+ 2
When you open your code there is option on the top right corner. Just click on that and copy the link then paste here.
+ 2
Kazi Md. Arif Ishtiaque ,
You forgot to end statement with semicolon;
line 7:
System. out. println ("welcome!")
should be
System. out. println ("welcome!");
+ 1
I am new here so i Don't know how share my code
0
ThanQāŗ