+ 5
CHALLENGE: Make the Correct sentence.
Write a program that can correct make meaning of this sentens. For Example: Input: "Sololearn Love I" And the output : "I Love Sololearn" Good luck.✌✌ /*** challenge_no: 2 ***/
8 odpowiedzi
+ 13
A solution to another challenge
https://code.sololearn.com/cJEZziAoGT7i/?ref=app
print(*input().split()[::-1])
+ 3
https://code.sololearn.com/cqU7PM4htLec/?ref=app
+ 2
I'm solving.😎
+ 2
Int a=10,int b=20;
Public void swap(int a,int b){int c=a+b;30=10+20
a=c-a;20=30-10;
b=c-a;10=30-20;
}