+ 12
Can anybody post different codes for same output in different programming languages?
For example; C+D=E deliver output in C++,Java, JavaScript, so on...
7 Respostas
+ 9
cout << | system.out.printin | document.write so.. on..
+ 2
in c++
you an assign c+d value in e and then print it
cout<<E;
would be enough
+ 1
for python 3, print(e) or print(c+d)
+ 1
Check this link:
https://www.sololearn.com/discuss/548095/?ref=app
There's a bunch of codes on various languages that try to do the same.
0
In Java:
System.out.println(c + d);
0
in pascal write(a)
0
mmmm