Skip to content

Commit

Permalink
42
Browse files Browse the repository at this point in the history
  • Loading branch information
codershiyar committed Apr 18, 2020
1 parent bf9416e commit 789dd30
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions lesson42/App.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@

public class App extends Payment {


public static void main(String[] args) {
String text = "Are you happy? \nYes\nNo ";
System.out.print(text);


// الرمز '\ لإضافة الرمز ' في مكان وضعها

// الرمز "\ لإضافة الرمز " في مكان وضعها.

// يضيف عدة مسافات في مكان وضعها \t : الرمز

//يجعل المحتوى الذي يأتي بعدها ينزل على سطر جديد. \n : الرمز


}

}

0 comments on commit 789dd30

Please sign in to comment.