Home
Random
Nearby
Log in
Settings
Donate Now
If Wikipedia is useful to you, please give today.
About Wikipedia
Disclaimers
Search
Comparison of programming languages (basic instructions): Difference between revisions
Article
Talk
Language
Watch
View history
Edit
Browse history interactively
← Previous edit
Next edit →
Content deleted
Content added
Visual
Wikitext
Revision as of 19:16, 12 December 2007
edit
208.138.31.76
(
talk
)
→
Standard Input and Standard Output
← Previous edit
Revision as of 19:17, 12 December 2007
edit
undo
208.138.31.76
(
talk
)
→
Standard Input and Standard Output
Next edit →
Line 234:
|-
| Java
|
*
''x'' = System.in.read(); <br />
*
''x'' = System.in.readln();
|
*
System.out.print(''x''); <br />
*
System.out.
print
println
(''x'');
|
*
System.err.print(''x''); <br />
*
System.err.
print
println
(''x'');
|-
| Pascal